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