@fecp/mobile 1.1.40 → 1.1.41

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.
@@ -141,7 +141,8 @@ const _sfc_main = {
141
141
  show: unref(showPicker),
142
142
  "onUpdate:show": _cache[2] || (_cache[2] = ($event) => isRef(showPicker) ? showPicker.value = $event : null),
143
143
  "destroy-on-close": "",
144
- position: "bottom"
144
+ position: "bottom",
145
+ teleport: "body"
145
146
  }, {
146
147
  default: withCtx(() => [
147
148
  createVNode(_component_van_picker, mergeProps(_ctx.$attrs, {
@@ -143,7 +143,8 @@ const _sfc_main = {
143
143
  show: vue.unref(showPicker),
144
144
  "onUpdate:show": _cache[2] || (_cache[2] = ($event) => vue.isRef(showPicker) ? showPicker.value = $event : null),
145
145
  "destroy-on-close": "",
146
- position: "bottom"
146
+ position: "bottom",
147
+ teleport: "body"
147
148
  }, {
148
149
  default: vue.withCtx(() => [
149
150
  vue.createVNode(_component_van_picker, vue.mergeProps(_ctx.$attrs, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [