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