摘要: 一、handler方法和immdiate属性 watch默认绑定,页面首次加载时,是不会执行的。只有值发生改变才会执行。 如果想立即执行怎么办? watch:{ name:{ handler(newName,oldName){ //执行代码 }, immediate:true //true就表示会立 阅读全文
posted @ 2022-02-18 23:15 gtea 阅读(447) 评论(0) 推荐(0) 编辑
摘要: vue-property-decorator用法 vue-property-decorator 这个组件完全依赖于vue-class-component.它具备以下几个属性: @Component (完全继承于vue-class-component) @Emit @Inject @Provice @ 阅读全文
posted @ 2022-02-18 17:33 gtea 阅读(584) 评论(0) 推荐(0) 编辑
摘要: Element ui:https://element.eleme.io/#/zh-CN/component/drawer Vue:https://cn.vuejs.org/v2/guide/typescript.html Npm: 1 npm install --legacy-peer-deps 2 阅读全文
posted @ 2022-02-18 13:14 gtea 阅读(21) 评论(0) 推荐(0) 编辑