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