chore: format 'import type'

This commit is contained in:
pany
2022-10-18 15:07:42 +08:00
parent 26c54ff23e
commit 8c403e0af1
22 changed files with 32 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
import type { App } from "vue"
import { type App } from "vue"
import * as ElementPlusIconsVue from "@element-plus/icons-vue"
export function loadElementPlusIcon(app: App) {

View File

@@ -1,4 +1,4 @@
import type { App } from "vue"
import { type App } from "vue"
import ElementPlus from "element-plus"
export function loadElementPlus(app: App) {

View File

@@ -1,4 +1,4 @@
import type { App } from "vue"
import { type App } from "vue"
import { loadElementPlus } from "./element-pus"
import { loadElementPlusIcon } from "./element-pus-icon"