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