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