摘要:
Vue3的新特性(一): ref()、reactive()、toRef() 和 toRefs()的对比和使用 使用前导入 结构部分 <template> <div> <h3>{{ id}}</h3> <p>{{ userInfo.name }}</p> <p>{{ user.age }}</p> < 阅读全文
posted @ 2021-09-02 14:02
啥啥也不是
阅读(723)
评论(0)
推荐(0)
摘要:
Vue3中props被消除响应式V 1. 在子组件中引入props <template> <p>{ title }</p> </template> props: { title: String } 2. 在setup中使用: setup (props) { const { title } = rea 阅读全文
posted @ 2021-09-02 10:52
啥啥也不是
阅读(13229)
评论(0)
推荐(2)

浙公网安备 33010602011771号