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