
插件(依赖)使用
前端中一些依赖使用
夭桃鸣鹿
这个作者很懒,什么都没留下…
展开
-
element UI使用归纳
在el-menu-item中写触发函数,不是原来的@click而是@click.native。在router-link也是使用@click.native。el-bage绑定hidden,当hidden为true是隐藏,触发的函数实现对hidden的值改变。el-form的refs属性值和this.$refs[refs属性值].validate,一致。el-form-item中的prop是el-form中rule值中的验证规则。点击后el-badge的提示消失。原创 2023-05-18 17:38:43 · 991 阅读 · 0 评论 -
VSCode配置记录
json文件配置 { "window.zoomLevel": 1, "editor.detectIndentation": false, "editor.tabSize": 2, "editor.quickSuggestions": { "strings": true }, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOv原创 2021-05-04 17:55:49 · 253 阅读 · 0 评论