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