怪奇物语

怪奇物语

首页 新随笔 联系 管理

https://cn.vuejs.org/guide/typescript/composition-api.html

对于运行时声明,我们可以使用 PropType 工具类型:

import type { PropType } from 'vue'

const props = defineProps({
  book: Object as PropType<Book>
})
posted on 2023-02-22 10:00  超级无敌美少男战士  阅读(56)  评论(0)    收藏  举报