edu/admin
Jason e9f9b2c035 默认路由名字使用symbol,防止命名冲突 2022-06-23 11:41:08 +08:00
..
public 初始化admin pc端 2022-04-08 10:42:44 +08:00
src 默认路由名字使用symbol,防止命名冲突 2022-06-23 11:41:08 +08:00
.env.development 修改域名 2022-04-19 12:01:06 +08:00
.env.production 修改域名 2022-04-19 12:01:06 +08:00
.eslintrc.js 初始化admin pc端 2022-04-08 10:42:44 +08:00
.gitignore 初始化admin pc端 2022-04-08 10:42:44 +08:00
README.md 初始化admin pc端 2022-04-08 10:42:44 +08:00
index.html 初始化admin pc端 2022-04-08 10:42:44 +08:00
package-lock.json 优化调整 2022-04-22 15:55:56 +08:00
package.json 部门管理 2022-06-07 11:11:59 +08:00
release.sh 菜单 2022-04-19 11:30:58 +08:00
tsconfig.json 初始化admin pc端 2022-04-08 10:42:44 +08:00
vite.config.ts 修改基础路径 2022-04-19 11:48:11 +08:00

README.md

Vue 3 + Typescript + Vite

This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.