@fecp/mobile 1.0.69 → 1.0.70

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.
@@ -9,7 +9,7 @@ const _sfc_main = {};
9
9
  function _sfc_render(_ctx, _cache) {
10
10
  const _component_van_nav_bar = NavBar;
11
11
  return openBlock(), createBlock(_component_van_nav_bar, mergeProps(_ctx.$attrs, {
12
- fixed: "",
12
+ fixed: false,
13
13
  "safe-area-inset-top": ""
14
14
  }), createSlots({ _: 2 }, [
15
15
  renderList(_ctx.$slots, (item, key) => {
@@ -13,7 +13,10 @@ 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: "" }), {
16
+ return openBlock(), createBlock(_component_van_tabbar, mergeProps(_ctx.$attrs, {
17
+ route: "",
18
+ fixed: false
19
+ }), {
17
20
  default: withCtx(() => [
18
21
  renderSlot(_ctx.$slots, "default")
19
22
  ]),
@@ -11,7 +11,7 @@ const _sfc_main = {};
11
11
  function _sfc_render(_ctx, _cache) {
12
12
  const _component_van_nav_bar = index.NavBar;
13
13
  return vue.openBlock(), vue.createBlock(_component_van_nav_bar, vue.mergeProps(_ctx.$attrs, {
14
- fixed: "",
14
+ fixed: false,
15
15
  "safe-area-inset-top": ""
16
16
  }), vue.createSlots({ _: 2 }, [
17
17
  vue.renderList(_ctx.$slots, (item, key) => {
@@ -15,7 +15,10 @@ 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: "" }), {
18
+ return vue.openBlock(), vue.createBlock(_component_van_tabbar, vue.mergeProps(_ctx.$attrs, {
19
+ route: "",
20
+ fixed: false
21
+ }), {
19
22
  default: vue.withCtx(() => [
20
23
  vue.renderSlot(_ctx.$slots, "default")
21
24
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [