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