chore: format 'import type'
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { App } from "vue"
|
||||
import { type App } from "vue"
|
||||
import ElementPlus from "element-plus"
|
||||
|
||||
export function loadElementPlus(app: App) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user