-1👍
I solved. Create a "vue.config.js" file in main area and paste this code:
module.exports = {
publicPath: ''
}
And problem has solved.
- [Vuejs]-I get unexpected token while doing gulp watch
- [Vuejs]-VueJS component with DOM elements outside of $el
Source:stackexchange.com