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