This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
boz
/
vue-manage-system
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
中断循环
lin-xin
hace 7 años
padre
4ff06b7b9f
commit
8f085b27fd
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/components/common/Tags.vue
+ 1
- 0
src/components/common/Tags.vue
Ver fichero
@@ -102,6 +102,7 @@
this.$router.push('/');
}
this.tagsList.splice(i, 1);
+ break;
}
}
})