@ebiz/designer-components 0.0.18-beta.15 → 0.0.18-beta.16

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": "@ebiz/designer-components",
3
- "version": "0.0.18-beta.15",
3
+ "version": "0.0.18-beta.16",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@ const props = defineProps({
29
29
  },
30
30
  isNormal: {//是否为普通按钮
31
31
  type: Boolean,
32
- default: true
32
+ default: false
33
33
  },
34
34
  disabled: {
35
35
  type: Boolean,