张诺
2 天以前 7619d415522ab3dc3299d6a2a9f5c9964a692d3f
src/main.js
@@ -45,6 +45,7 @@
import DictTag from '@/components/DictTag'
import {summarizeTable} from "@/utils/summarizeTable.js";
import {getCurrentDate} from "@/utils/getCurrentDate.js";
import VueQrcode from '@chenfengyuan/vue-qrcode';
const app = createApp(App)
@@ -68,6 +69,7 @@
app.component('ImagePreview', ImagePreview)
app.component('RightToolbar', RightToolbar)
app.component('Editor', Editor)
app.component('vue-qrcode', VueQrcode)
app.use(router)
app.use(store)