摘要: 基于gogocode, 需要如下步骤: 升级vue2 → 3 升级webpack 3 → 5 升级gulp 4 → 5 启用gogocode转换 修改不兼容部分 升级webpack vue3使用@vue/compiler-sfc 替换原有的 vue-template-compiler, 依赖webp 阅读全文
posted @ 2022-09-22 14:47 ABC君 阅读(720) 评论(0) 推荐(0) 编辑
摘要: // 现有功能 1. 监听值变化 getFormObject(key).typeSet.eventChange 2. 监听其他事件 getFormObject(key).typeSet.eventBlur, eventFocus, eventAdd, evnetInsert等 3. 获取值 getI 阅读全文
posted @ 2022-09-22 14:37 ABC君 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 1.vue的install实现 核心是原型上添加方法/属性 class Store { static use (plugin, options) { plugin(this, options) return this } } const plugin1 = function (Store) { St 阅读全文
posted @ 2022-09-22 14:30 ABC君 阅读(48) 评论(0) 推荐(0) 编辑