打包项目
This commit is contained in:
7
frontend-vue/src/convert-main.ts
Normal file
7
frontend-vue/src/convert-main.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createApp } from 'vue'
|
||||
import ElementPlus from 'element-plus'
|
||||
import 'element-plus/dist/index.css'
|
||||
import '@/styles/main.css'
|
||||
import BrandConvertTab from '@/pages/brand/components/BrandConvertTab.vue'
|
||||
|
||||
createApp(BrandConvertTab).use(ElementPlus).mount('#app')
|
||||
Reference in New Issue
Block a user