DESKTOP-07F1812\coder 9d3b896e3b feat:修改样式 2 éve%!(EXTRA string=óta)
..
techerFlowManager 9d3b896e3b feat:修改样式 2 éve%!(EXTRA string=óta)
README.md 9dc416dee2 init:新建项目,并完成首页静态页 2 éve%!(EXTRA string=óta)
[...all].vue 9dc416dee2 init:新建项目,并完成首页静态页 2 éve%!(EXTRA string=óta)
index.vue f23c26193b feat:完成自适应,完成编外人员管理 2 éve%!(EXTRA string=óta)
menuData.js d53184dfdf feat:完善首页 2 éve%!(EXTRA string=óta)

README.md

File-based Routing

Routes will be auto-generated for Vue files in this dir with the same file structure. Check out vite-plugin-pages for more details.

Path Aliasing

~/ is aliased to ./src/ folder.

For example, instead of having

import { isDark } from '../../../../composables'

now, you can use

import { isDark } from '~/composables'