@opentinyvue/vue-drawer 3.22.0 → 3.22.1
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/lib/index.js +1 -1
- package/lib/pc.js +0 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
package/lib/pc.js
CHANGED
|
@@ -248,7 +248,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
248
248
|
key: 1
|
|
249
249
|
},
|
|
250
250
|
[createVNode(_component_tiny_button, {
|
|
251
|
-
plain: "",
|
|
252
251
|
class: "tiny-drawer__cancel-btn",
|
|
253
252
|
onClick: _cache[2] || (_cache[2] = function($event) {
|
|
254
253
|
return _ctx.handleClose("cancel");
|