chore: update deps

This commit is contained in:
kailong321200875
2022-06-05 20:39:16 +08:00
parent 1c339a6039
commit a4526d7cb4
9 changed files with 182 additions and 182 deletions

View File

@@ -1,4 +1,4 @@
import type { App } from 'vue'
// import type { App } from 'vue'
// 需要全局引入一些组件如ElScrollbar不然一些下拉项样式有问题
import { ElLoading, ElScrollbar } from 'element-plus'
@@ -7,7 +7,7 @@ const plugins = [ElLoading]
const components = [ElScrollbar]
export const setupElementPlus = (app: App) => {
export const setupElementPlus = (app: any) => {
plugins.forEach((plugin) => {
app.use(plugin)
})