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