zhengyiming
2025-06-11 97a154b83ff9ec6b375b035066cb7e5e2881e1b4
apps/taro/src/components/Layout/PageLayout.vue
@@ -1,6 +1,6 @@
<template>
  <Portal.Host>
    <div :class="['page-layout-wrapper', { isWeb: isWeb, hasBgColor }]">
    <div :class="['page-layout-wrapper', { isWeb: isWeb, hasBgColor }]" v-bind="$attrs">
      <slot v-if="_showNavigationBar" name="navigationBar">
        <CommonNavigationBar v-bind="_commonNavigationBarProps" />
      </slot>