提交任务更新

This commit is contained in:
2026-04-13 20:07:00 +08:00
parent eb04caccf1
commit 951a353881
26 changed files with 2782 additions and 1 deletions

View 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 BrandPriceTrackTab from '@/pages/brand/components/BrandPriceTrackTab.vue'
createApp(BrandPriceTrackTab).use(ElementPlus).mount('#app')