@vunk/form 2.14.19 → 2.14.20

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.
@@ -252,8 +252,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
252
252
  },
253
253
  [
254
254
  vue.createCommentVNode(" \u9884\u89C8 "),
255
- _ctx.previewable ? (vue.openBlock(), vue.createBlock(_component_ElButton, {
256
- key: 0,
255
+ vue.createVNode(_component_ElButton, {
256
+ disabled: !_ctx.previewable,
257
257
  plain: "",
258
258
  size: "small",
259
259
  round: "",
@@ -264,7 +264,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
264
264
  ])),
265
265
  _: 1,
266
266
  __: [8]
267
- })) : vue.createCommentVNode("v-if", true),
267
+ }, 8, ["disabled"]),
268
268
  vue.createCommentVNode(" \u4E0B\u8F7D "),
269
269
  vue.createVNode(_component_ElButton, {
270
270
  plain: "",
@@ -248,8 +248,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
248
248
  },
249
249
  [
250
250
  createCommentVNode(" \u9884\u89C8 "),
251
- _ctx.previewable ? (openBlock(), createBlock(_component_ElButton, {
252
- key: 0,
251
+ createVNode(_component_ElButton, {
252
+ disabled: !_ctx.previewable,
253
253
  plain: "",
254
254
  size: "small",
255
255
  round: "",
@@ -260,7 +260,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
260
260
  ])),
261
261
  _: 1,
262
262
  __: [8]
263
- })) : createCommentVNode("v-if", true),
263
+ }, 8, ["disabled"]),
264
264
  createCommentVNode(" \u4E0B\u8F7D "),
265
265
  createVNode(_component_ElButton, {
266
266
  plain: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.14.19",
3
+ "version": "2.14.20",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {