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