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