types: 统一导入类型的方式
This commit is contained in:
parent
0e9eaafeea
commit
87d19b0446
@ -1,5 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { PropType } from "vue"
|
import { type PropType } from "vue"
|
||||||
import { type IListItem } from "./data"
|
import { type IListItem } from "./data"
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user