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