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