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