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