zhengyiming
2025-12-02 04a8dacfa291441b55df5ff5ee14c4ba6ec8191d
apps/bMiniApp/src/components/Layout/PageLayoutWithBg.vue
@@ -28,6 +28,7 @@
type Props = {
  title?: string;
  developing?: boolean;
};
const props = withDefaults(defineProps<Props>(), {});