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