Explorar o código

fix: 修复Bug

bill hai 1 ano
pai
achega
33b7f84df3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/point-input.vue

+ 1 - 1
src/components/point-input.vue

@@ -75,7 +75,7 @@ const emit = defineEmits<{
 
 const ivalue = ref<ScenePoint>();
 watchEffect(() => {
-  ivalue.value = { ...props.value };
+  ivalue.value = { ...props.value, name: props.value.name || "" };
 });
 
 watch(