|
8 月之前 | |
---|---|---|
.. | ||
brief | 11 月之前 | |
chapter | 11 月之前 | |
classSchedule | 11 月之前 | |
detail | 9 月之前 | |
exam | 11 月之前 | |
login | 11 月之前 | |
main | 8 月之前 | |
myLike | 11 月之前 | |
userInfoEdit | 11 月之前 | |
README.md | 1 年之前 | |
[...all].vue | 1 年之前 | |
index.vue | 1 年之前 | |
main.vue | 1 年之前 |
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'