|
hace 2 años | |
---|---|---|
.. | ||
README.md | hace 2 años | |
[...all].vue | hace 2 años | |
index.vue | hace 2 años | |
menuData.js | hace 2 años |
Routes will be auto-generated for Vue files in this dir with the same file structure.
Check out vite-plugin-pages
for more details.
~/
is aliased to ./src/
folder.
For example, instead of having
import { isDark } from '../../../../composables'
now, you can use
import { isDark } from '~/composables'