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