
Vue
以十
装饰过去,构造现在,设计未来
展开
-
Vue使用Element UI,校验不生效
vue中v-model=v-bind+v-on(@) 所以习惯使用v-model 今天使用Element UI 的el-form 发现el-input无论填什么值校验都过不了,百思不解 最后把v-model改为:model解决 然后看了下文档,确实使用的是:model绑定 真是个弱智的问题 ...原创 2020-04-21 17:12:37 · 1611 阅读 · 0 评论 -
Vue深坑Mark
一、嵌套判断 二、赋值回路 这是两个不会报错,但会引发千奇百怪异常现象的问题原创 2019-12-20 02:35:44 · 521 阅读 · 0 评论 -
wangeditor相关设置文本框高度height,设置是否可编辑
参考代码 官方文档 设置是否可编辑 写法 import E from 'wangeditor' this.editor = new E(this.$refs.editor); this.editor.customConfig.onchange = (html) => { this.editorContent = html; ...原创 2019-09-20 15:48:58 · 5701 阅读 · 0 评论