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,7 +1,6 @@
<script lang="ts" setup>
import { computed } from "vue"
import type { PropType } from "vue"
import type { RouteRecordRaw } from "vue-router"
import { type PropType, computed } from "vue"
import { type RouteRecordRaw } from "vue-router"
import SidebarItemLink from "./SidebarItemLink.vue"
import { isExternal } from "@/utils/validate"
import path from "path-browserify"