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