Browse Source

create branch

bill 3 năm trước cách đây
mục cha
commit
cd38719606
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
+    
   }
 })