Routes will be auto-generated for Vue files in this dir with the same file structure.
Check out vite-plugin-pages
for more details.
这个目录的文件会自动生成为路由配置。详情 vite-plugin-pages
@/
is aliased to ./src/
folder.
@/
是 ./src/
的别名.
For example, instead of having
import { isDark } from '../../../../composables'
now, you can use
import { isDark } from '@/composables'