소스 검색

create branch

bill 3 년 전
부모
커밋
cd38719606
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/merge/index.vue

+ 1 - 0
src/views/merge/index.vue

@@ -101,6 +101,7 @@ const currentItem = ref<ActionsItem | null>(null)
 watchEffect(() => {
   if (!custom.currentModel) {
     currentItem.value = null
+    
   }
 })