forked from github/dataease
fix: 仪表板编辑/大屏编辑界面,图片上传控件没有显示「+」号
This commit is contained in:
parent
de5208cd01
commit
539e00e358
@ -57,7 +57,7 @@ import AppElement from './App.vue'
|
|||||||
import { setupI18n } from '@/plugins/vue-i18n'
|
import { setupI18n } from '@/plugins/vue-i18n'
|
||||||
import { setupStore } from '@/store'
|
import { setupStore } from '@/store'
|
||||||
import { useUserStoreWithOut } from '@/store/modules/user'
|
import { useUserStoreWithOut } from '@/store/modules/user'
|
||||||
import { setupElementPlus } from '@/plugins/element-plus'
|
import { setupElementPlus, setupElementPlusIcons } from '@/plugins/element-plus'
|
||||||
import { setupRouter } from '@/router'
|
import { setupRouter } from '@/router'
|
||||||
|
|
||||||
const setupAll = async (dom: string, componentName: string): Promise<App<Element>> => {
|
const setupAll = async (dom: string, componentName: string): Promise<App<Element>> => {
|
||||||
@ -66,6 +66,7 @@ const setupAll = async (dom: string, componentName: string): Promise<App<Element
|
|||||||
setupStore(app)
|
setupStore(app)
|
||||||
setupRouter(app)
|
setupRouter(app)
|
||||||
setupElementPlus(app)
|
setupElementPlus(app)
|
||||||
|
setupElementPlusIcons(app)
|
||||||
const userStore = useUserStoreWithOut()
|
const userStore = useUserStoreWithOut()
|
||||||
await userStore.setUser()
|
await userStore.setUser()
|
||||||
app.mount(dom)
|
app.mount(dom)
|
||||||
|
Loading…
Reference in New Issue
Block a user