zhengyiming
昨天 cf5941b97b6ad5c48928bcdaf3660e7bf457e9c8
apps/bMiniApp/src/components/Layout/PageLayoutWithBg.vue
@@ -28,6 +28,7 @@
type Props = {
  title?: string;
  developing?: boolean;
};
const props = withDefaults(defineProps<Props>(), {});