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