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