@fecp/mobile 1.0.65 → 1.0.66

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.
@@ -1,6 +1,6 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps } from "vue";
3
+ import { createBlock, openBlock, mergeProps, withCtx, renderSlot } from "vue";
4
4
  import { Tabbar } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/tabbar/index.mjs";
5
5
  const _sfc_main = {
6
6
  __name: "Tabbar",
@@ -13,7 +13,12 @@ const _sfc_main = {
13
13
  setup(__props) {
14
14
  return (_ctx, _cache) => {
15
15
  const _component_van_tabbar = Tabbar;
16
- return openBlock(), createBlock(_component_van_tabbar, mergeProps(_ctx.$attrs, { route: "" }), null, 16);
16
+ return openBlock(), createBlock(_component_van_tabbar, mergeProps(_ctx.$attrs, { route: "" }), {
17
+ default: withCtx(() => [
18
+ renderSlot(_ctx.$slots, "default")
19
+ ]),
20
+ _: 3
21
+ }, 16);
17
22
  };
18
23
  }
19
24
  };
@@ -15,7 +15,12 @@ const _sfc_main = {
15
15
  setup(__props) {
16
16
  return (_ctx, _cache) => {
17
17
  const _component_van_tabbar = index.Tabbar;
18
- return vue.openBlock(), vue.createBlock(_component_van_tabbar, vue.mergeProps(_ctx.$attrs, { route: "" }), null, 16);
18
+ return vue.openBlock(), vue.createBlock(_component_van_tabbar, vue.mergeProps(_ctx.$attrs, { route: "" }), {
19
+ default: vue.withCtx(() => [
20
+ vue.renderSlot(_ctx.$slots, "default")
21
+ ]),
22
+ _: 3
23
+ }, 16);
19
24
  };
20
25
  }
21
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [