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