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