What does the @
mean in this import ?
import NotFound from '@/components/404'
It's located in router/index.js on this folder:
|-src
|--assets
|--components
|-- 404.vue
|--router
|-- index.js
|-- App.vue
|-- main.js
What does the @
mean in this import ?
import NotFound from '@/components/404'
It's located in router/index.js on this folder:
|-src
|--assets
|--components
|-- 404.vue
|--router
|-- index.js
|-- App.vue
|-- main.js