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