摘要: v-slot 指令自 Vue 2.6.0 起被引入,提供更好的支持 slot 和 slot-scope 特性的 API 替代方案:https://cn.vuejs.org/v2/guide/components-slots.html 1.单个插槽 | 匿名插槽 1.1<navigation-link 阅读全文
posted @ 2020-11-24 23:55 南柯Dream丶 阅读(477) 评论(0) 推荐(0)
摘要: 父子组件加载顺序父 beforeCreate父 created父 beforeMount子 beforeCreate子 created子 beforeMount子 mounted父 mounted 子组件若有 props 的话更新顺序是四步,若无的话两步不触发父亲的钩子。父 beforeUpdate 阅读全文
posted @ 2020-11-24 23:04 南柯Dream丶 阅读(71) 评论(0) 推荐(0)
摘要: Vue生命周期方法分类 ① 创建期间的生命周期方法 beforeCreate created beforeMount mounted ② 运行期间的生命周期方法 beforeUpdate updated ③ 销毁期间的生命周期方法 beforeDestroy destroyed ④使用了 keep- 阅读全文
posted @ 2020-11-24 22:58 南柯Dream丶 阅读(34) 评论(0) 推荐(0)
摘要: 1、WIN+R组合键,”运行“,输入regedit,打开注册表编辑器;2、定位到 Hkey_classes_root,找到 lnkfile, 新建”字符串值“,命名为 IsShortcut,数值数据空白就行。 阅读全文
posted @ 2020-11-24 07:57 南柯Dream丶 阅读(925) 评论(0) 推荐(0)