import { createApp } from 'vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' import '@/styles/main.css' import BrandPublishTab from '@/pages/brand/components/BrandPublishTab.vue' createApp(BrandPublishTab).use(ElementPlus).mount('#app')