2026-02-14 18:59:36 +08:00

18 lines
379 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# main.ts
**路径**`src/main.ts`
## 功能用途
应用入口,创建 Vue 实例并挂载 Pinia、Router、Vuetify 插件。
## 使用方式
`index.html` 中的脚本加载,无需手动调用。
## 扩展方式
1. **全局错误处理**`app.config.errorHandler`
2. **全局属性**`app.config.globalProperties`
3. **新插件**`app.use(plugin)` 注册