common-utils-kit 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/directives.js +1 -1
package/package.json
CHANGED
package/src/directives.js
CHANGED
|
@@ -117,7 +117,7 @@ const directives = {
|
|
|
117
117
|
delete el.__timeout__
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
|
|
120
|
+
bb: {//限制input输入内容
|
|
121
121
|
inserted: function (el, binding, vnode) {
|
|
122
122
|
const element = el.tagName === "INPUT" ? el : el.querySelector("input");
|
|
123
123
|
let flag = true; // 输入法标记
|