@@ -291,6 +291,7 @@ export default {
methods: {
mouseEnter(id){
this.mouseEnterId = id;
+ this.mouseEnterId2 = id;
},
mouseLeave(){
this.mouseEnterId = '';