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