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