0👍
It could be
import store from "../src/store/main.js"
or simply
import store from "store/main.js"
It actually depends on which file this import
statement is placed,
not clear for me in your question.
- [Vuejs]-How to import javascript files to use with Vue-Router
- [Vuejs]-How to create data binding with array input ( multiple input) on vue
Source:stackexchange.com