coder b03b89464a feat:增加会议室预定的tag 2 년 전
..
equipmentPurchaseApply 2909cfb3c9 添加搜索框 2 년 전
officialDocumentManager 2909cfb3c9 添加搜索框 2 년 전
overtimeMealFeeSubsidy 2909cfb3c9 添加搜索框 2 년 전
projectManager 2909cfb3c9 添加搜索框 2 년 전
reserveMeetingRooms 073f341847 会议室预定 2 년 전
sanZhongYiDa 2909cfb3c9 添加搜索框 2 년 전
techerFlowManager 2909cfb3c9 添加搜索框 2 년 전
README.md 9dc416dee2 init:新建项目,并完成首页静态页 2 년 전
[...all].vue 9dc416dee2 init:新建项目,并完成首页静态页 2 년 전
index.vue 48291a0dc8 feat:修复安卓title问题 2 년 전
menuData.js b03b89464a feat:增加会议室预定的tag 2 년 전

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'