|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
techerFlowManager | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
[...all].vue | %!s(int64=2) %!d(string=hai) anos | |
index.vue | %!s(int64=2) %!d(string=hai) anos | |
menuData.js | %!s(int64=2) %!d(string=hai) anos |
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'