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