@opentiny/vue-drawer 3.11.0 → 3.12.0
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 +2 -2
- package/package.json +4 -4
package/lib/index.js
CHANGED
package/lib/pc.js
CHANGED
|
@@ -129,7 +129,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
129
129
|
_: 1
|
|
130
130
|
/* STABLE */
|
|
131
131
|
}), createVNode(Transition, {
|
|
132
|
-
name: "drawer-
|
|
132
|
+
name: "drawer-slide-" + $props.placement,
|
|
133
133
|
persisted: ""
|
|
134
134
|
}, {
|
|
135
135
|
default: withCtx(function() {
|
|
@@ -234,7 +234,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
234
234
|
}),
|
|
235
235
|
_: 3
|
|
236
236
|
/* FORWARDED */
|
|
237
|
-
})]);
|
|
237
|
+
}, 8, ["name"])]);
|
|
238
238
|
}
|
|
239
239
|
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
240
240
|
export {
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-drawer",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"type": "module",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentiny/vue-button": "~3.
|
|
11
|
-
"@opentiny/vue-common": "~3.
|
|
12
|
-
"@opentiny/vue-renderless": "~3.
|
|
10
|
+
"@opentiny/vue-button": "~3.12.0",
|
|
11
|
+
"@opentiny/vue-common": "~3.12.0",
|
|
12
|
+
"@opentiny/vue-renderless": "~3.12.0"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"types": "index.d.ts"
|