0👍
Yes it can be done. Simply do:
import 'path/to/winelist';
in the script
section of your vue file
0👍
Use @
prefix to point to root folder then you can go anywhere.
import '@/path/to/you/file'
- [Vuejs]-Laravel Vue js Response Result not updating after axios call
- [Vuejs]-Internet Explorer issue with remote Vue.js
Source:stackexchange.com