|
2 년 전 | |
---|---|---|
.. | ||
equipmentPurchaseApply | 2 년 전 | |
officialDocumentManager | 2 년 전 | |
overtimeMealFeeSubsidy | 2 년 전 | |
projectManager | 2 년 전 | |
reserveMeetingRooms | 2 년 전 | |
sanZhongYiDa | 2 년 전 | |
techerFlowManager | 2 년 전 | |
README.md | 2 년 전 | |
[...all].vue | 2 년 전 | |
index.vue | 2 년 전 | |
menuData.js | 2 년 전 |
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'