@opentiny/vue-drawer 3.17.1 → 3.17.2

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.
Files changed (2) hide show
  1. package/lib/pc.js +4 -3
  2. package/package.json +1 -1
package/lib/pc.js CHANGED
@@ -230,8 +230,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
230
230
  }, "drawer-body"])
231
231
  },
232
232
  [renderSlot(_ctx.$slots, "default", {}, function() {
233
+ var _ctx$customSlots3;
233
234
  return [createVNode(_component_slot_wrapper, {
234
- node: _ctx.customSlots.default
235
+ node: (_ctx$customSlots3 = _ctx.customSlots) == null ? void 0 : _ctx$customSlots3.default
235
236
  }, null, 8, ["node"])];
236
237
  })],
237
238
  2
@@ -240,8 +241,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
240
241
  "div",
241
242
  _hoisted_8,
242
243
  [renderSlot(_ctx.$slots, "footer", {}, function() {
243
- var _ctx$customSlots3;
244
- return [(_ctx$customSlots3 = _ctx.customSlots) != null && _ctx$customSlots3.footer ? (openBlock(), createBlock(_component_slot_wrapper, {
244
+ var _ctx$customSlots4;
245
+ return [(_ctx$customSlots4 = _ctx.customSlots) != null && _ctx$customSlots4.footer ? (openBlock(), createBlock(_component_slot_wrapper, {
245
246
  key: 0,
246
247
  node: _ctx.customSlots.footer
247
248
  }, null, 8, ["node"])) : (openBlock(), createElementBlock(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-drawer",
3
- "version": "3.17.1",
3
+ "version": "3.17.2",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",