/** * {} * @author yutent * @date 2023/07/18 16:01:13 */ import 'es.shim' import '@/lib/polyfill.js' import '@bd/ui/card/index.js' import '@bd/ui/space/index.js' import { createApp } from 'vue' import App from './app.vue' import store from './store' createApp(App).use(store).mount('#app')