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