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