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