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