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