朱丽叶

导航

2022年6月23日 #

vue3+Ts prop的基本使用

摘要: <script lang="ts" setup> // 定义需要传入的props类型 interface PropsType { optins?: opertionBtns[] name: string } // 导入withDefaults父默认值 import { withDefaults } 阅读全文

posted @ 2022-06-23 00:22 朱丽叶 阅读(1804) 评论(0) 推荐(0)