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