Browse Source

test branch

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