소스 검색

test branch

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

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

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