style: 采用 import type 语法导入类型
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed, PropType } from "vue"
|
||||
import { computed } from "vue"
|
||||
import type { PropType } from "vue"
|
||||
import type { RouteRecordRaw } from "vue-router"
|
||||
import SidebarItemLink from "./SidebarItemLink.vue"
|
||||
import { isExternal } from "@/utils/validate"
|
||||
|
||||
Reference in New Issue
Block a user