摘要: 1.在官网下载一个ueditor版本[https://ueditor.baidu.com/website/download.html],解压后放到public文件下的static文件中重命名为Editor (自己建立一个static文件,直接放到public文件下会出错)。 2.修改相应的配置。 u 阅读全文
posted @ 2019-03-22 18:12 BLZC 阅读(1604) 评论(0) 推荐(0)
摘要: 1.汉字: 直接添加对应的 filterable 2.拼音: 穿梭框和选择器的实现方式有所不同 选择器: <1>下载pinyin-match: npm i --save pinyin-match <2>在main.js引入并注册为全局属性 import PinyinMatch from 'pinyi 阅读全文
posted @ 2019-03-22 17:57 BLZC 阅读(1474) 评论(0) 推荐(0)