修复BUG,完善匹配店铺
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
import { createApp } from 'vue'
|
||||
import ElementPlus from 'element-plus'
|
||||
import zhCn from 'element-plus/es/locale/lang/zh-cn'
|
||||
import dayjs from 'dayjs'
|
||||
import 'dayjs/locale/zh-cn'
|
||||
import 'element-plus/dist/index.css'
|
||||
import '@/styles/main.css'
|
||||
import BrandShopMatchTab from '@/pages/brand/components/BrandShopMatchTab.vue'
|
||||
|
||||
createApp(BrandShopMatchTab).use(ElementPlus).mount('#app')
|
||||
dayjs.locale('zh-cn')
|
||||
|
||||
createApp(BrandShopMatchTab).use(ElementPlus, { locale: zhCn }).mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user