Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

types: 统一导入类型的方式

This commit is contained in:
pany 2023-03-23 11:20:12 +08:00
parent 0e9eaafeea
commit 87d19b0446

View File

@ -1,5 +1,5 @@
<script lang="ts" setup>
import { PropType } from "vue"
import { type PropType } from "vue"
import { type IListItem } from "./data"
const props = defineProps({