diff --git a/src/main.ts b/src/main.ts index c43fa95e..0620d8c2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,7 +53,7 @@ initializeApp().then(() => { app .use(vuetify) - // 注册组件 + // 注册全局组件 app .component('VAceEditor', VAceEditor) .component('VApexChart', VueApexCharts)