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