Files
dypid/web
ygxbnet f8b062711a
部署开发环境 / deploy-dev (push) Successful in 2m2s
refactor(dialog): 更新对话框标题模板插槽名称
- 将 template 标签从 #title 替换为 #header
- 保持原有标题内容和样式不变
- 符合 Element Plus 组件插槽命名规范
2026-06-03 13:12:11 +08:00
..

web

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) ( and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build