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