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