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