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