摘要: Vue的指令,在项目中封装了哪些常用指令? 在 vue 中我们可以使用 Vue.directive()方法注册全局指令。也可以只用 directives 选项注册局部指令。 输入框防抖指令 v-debounce const debounce = { inserted: function (el, binding) { let timer; e 阅读全文
posted @ 2022-12-22 17:14 蓦然JL 阅读(142) 评论(0) 推荐(0) 编辑
摘要: uniapp富文本的使用 <editor class="richInputContent" id="editor" @input="getEditorContent" @ready="onEditorReady" v-model="html"></editor> methods:{ //初始化富文本编辑器 onEditorR 阅读全文
posted @ 2022-12-22 16:58 蓦然JL 阅读(1686) 评论(0) 推荐(0) 编辑
摘要: uniapp自定义picker城市多级联动组件 支持多端——h5、app、微信小程序、支付宝小程序... 支持自定义配置picker插件级数 支持无限级 注意事项:插件传入数据格式为children树形格式,内部包含:id、name 参数 类型 描述 默认值 必选 title string 标题 '' 否 layer number 控制几级联动 阅读全文
posted @ 2022-12-22 16:53 蓦然JL 阅读(3123) 评论(0) 推荐(0) 编辑
访问主页
关注我
关注微博
私信我
返回顶部