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