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