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