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