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