@opentiny/vue-drawer
Advanced tools
Comparing version 3.17.1 to 3.17.2
@@ -233,4 +233,5 @@ import { renderless, api } from '@opentiny/vue-renderless/drawer/vue'; | ||
[renderSlot(_ctx.$slots, "default", {}, function() { | ||
var _ctx$customSlots3; | ||
return [createVNode(_component_slot_wrapper, { | ||
node: _ctx.customSlots.default | ||
node: (_ctx$customSlots3 = _ctx.customSlots) == null ? void 0 : _ctx$customSlots3.default | ||
}, null, 8, ["node"])]; | ||
@@ -244,4 +245,4 @@ })], | ||
[renderSlot(_ctx.$slots, "footer", {}, function() { | ||
var _ctx$customSlots3; | ||
return [(_ctx$customSlots3 = _ctx.customSlots) != null && _ctx$customSlots3.footer ? (openBlock(), createBlock(_component_slot_wrapper, { | ||
var _ctx$customSlots4; | ||
return [(_ctx$customSlots4 = _ctx.customSlots) != null && _ctx$customSlots4.footer ? (openBlock(), createBlock(_component_slot_wrapper, { | ||
key: 0, | ||
@@ -248,0 +249,0 @@ node: _ctx.customSlots.footer |
{ | ||
"name": "@opentiny/vue-drawer", | ||
"version": "3.17.1", | ||
"version": "3.17.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38473
1132