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