wupengfei
3 天以前 5cb6cc172de04a8c0f5fd837aa960b428587e2a7
apps/cMiniApp/src/components/Layout/PageLayoutWithBg.vue
@@ -28,6 +28,7 @@
type Props = {
  title?: string;
  developing?: boolean;
};
const props = withDefaults(defineProps<Props>(), {});