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