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