Update main.ts

This commit is contained in:
Aqr-K
2024-11-25 16:42:12 +08:00
committed by GitHub
parent 02a8331996
commit 3df5d4c690

View File

@@ -53,7 +53,7 @@ initializeApp().then(() => {
app
.use(vuetify)
// 注册组件
// 注册全局组件
app
.component('VAceEditor', VAceEditor)
.component('VApexChart', VueApexCharts)