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