@qin-ui/vant-pro 1.0.1 → 1.0.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/es/form/index.js +0 -1
  2. package/package.json +1 -1
package/es/form/index.js CHANGED
@@ -108,7 +108,6 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
108
108
  createVNode(unref(_sfc_main), { fields: formFields.value }, null, 8, ["fields"]),
109
109
  createVNode(unref(Popup), mergeProps(popupProps.value, {
110
110
  show: unref(formPopup).visible.value,
111
- teleport: "#app",
112
111
  onClose: unref(formPopup).close
113
112
  }), {
114
113
  default: withCtx(() => [..._cache[0] || (_cache[0] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qin-ui/vant-pro",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "基于 vant 和 @qin-ui/core 封装的高级表单和列表组件库",
5
5
  "type": "module",
6
6
  "module": "es/index.js",