fix: Fix folder naming errors (#49)

This commit is contained in:
captain-hema
2023-02-15 10:50:40 +08:00
committed by GitHub
parent 3b032e62a7
commit d3d97928aa
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { type App } from "vue"
import { loadElementPlus } from "./element-pus"
import { loadElementPlusIcon } from "./element-pus-icon"
import { loadElementPlus } from "./element-plus"
import { loadElementPlusIcon } from "./element-plus-icon"
import { loadVxeTable } from "./vxe-table"
export function loadPlugins(app: App) {