epans hace 1 año
padre
commit
3489b23794
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

@@ -190,8 +190,8 @@ export default {
           });
         }
         
-        this.editableTabsValue = activeName;
-        this.editableTabs = tabs.filter(tab => tab.name !== targetName);
+        // this.editableTabsValue = activeName;
+        // this.editableTabs = tabs.filter(tab => tab.name !== targetName);
       },