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