Skip to content

Commit

Permalink
fix:修改appearance组件响应式丢失问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Grnetsky committed Nov 22, 2023
1 parent f74b90f commit 0e83712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PenProps/Appearance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ onMounted(()=>{
}
}else{ // 修改一个
activePen.target=reactive(args[0])
console.log(activePen.target)
mergeProps(m,defaultConfig)
mergeProps(m,activePen.target)
const penRect = meta2d.getPenRect(toRaw(activePen.target))
Expand Down

0 comments on commit 0e83712

Please sign in to comment.