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