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