Search code examples
vue.jsvuex

Why does image-url with data() have a problem in vue?


[enter image description here][1]

In template tag, image-url is working. but In vue script tag, image-url is not working. what is static/ and what can I do to solve this problem? Please refer to the image below [1]: https://i.sstatic.net/Qa5aH.jpg


Solution

  • Use this way..

    image: require('./img/2.jpg')