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