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

379 B
Raw Blame History

main.ts

路径src/main.ts

功能用途

应用入口,创建 Vue 实例并挂载 Pinia、Router、Vuetify 插件。

使用方式

index.html 中的脚本加载,无需手动调用。

扩展方式

  1. 全局错误处理app.config.errorHandler
  2. 全局属性app.config.globalProperties
  3. 新插件app.use(plugin) 注册