zhengyiming
2025-06-09 f01e5949f44c74ce85f74e37658ad848036b6b12
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>