@vunk/form 1.1.40 → 1.1.41

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.
@@ -122,7 +122,7 @@ const _sfc_main = defineComponent({
122
122
  if (!rule)
123
123
  return;
124
124
  if (isPlainObject(rule)) {
125
- const enableKeys = Object.keys(rule).filter((key) => key.startsWith("data-"));
125
+ const enableKeys = Object.keys(rule).filter((key) => !key.startsWith("data-"));
126
126
  return enableKeys.length > 0;
127
127
  }
128
128
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {