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