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