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