0

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
  • Reading material [`The @ symbol in JavaScript import statement`](https://www.jerriepelser.com/blog/til-at-symbol-javascript-import/) – Alex Jul 05 '18 at 12:35
  • @ is the src folder of your project. So when ever you give @ in path, it will take src folder. – Faizan Saiyed Jul 05 '18 at 13:43

0 Answers0