会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
teoh
博客园
首页
新随笔
联系
管理
订阅
09 2021 档案
Vue: v-if 和 v-for v-if vs v-show
摘要:Vue2中 v-for 的优先级高于 v-if 有图有真相: https://cn.vuejs.org/v2/guide/conditional.html#v-if-%E4%B8%8E-v-for-%E4%B8%80%E8%B5%B7%E4%BD%BF%E7%94%A8 Vue3中 v-if 的优先
阅读全文
posted @
2021-09-03 09:38
teoh
阅读(128)
评论(0)
推荐(0)
Vue 冷知识(一)
摘要:1.非Prop的Attribute--禁用Attribute继承 如果不希望组件的根元素继承attribute,可以在组件的选项中设置 inheritAttrs:false 。例: Vue.component('my-component', { inheritAttrs: false, // ...
阅读全文
posted @
2021-09-02 10:42
teoh
阅读(68)
评论(0)
推荐(0)
公告