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