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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "common-utils-kit",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/src/directives.js CHANGED
@@ -117,7 +117,7 @@ const directives = {
117
117
  delete el.__timeout__
118
118
  }
119
119
  },
120
- replace: {//限制input输入内容
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; // 输入法标记