Update src/main.js

master
yutent 2024-06-20 12:10:53 +08:00
parent 9b3adadc7d
commit 59cc4c943c
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
import 'es.shim' import 'es.shim'
import '@/lib/polyfill.js' import '@/lib/polyfill.js'
import '@bd/ui/card/index.js' import '@bd/ui/card/card.js'
import '@bd/ui/space/index.js' import '@bd/ui/space/space.js'
import { createApp } from 'vue' import { createApp } from 'vue'
import App from './app.vue' import App from './app.vue'