This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
root
/
nicegui
espejo de
https://github.com/zauberzeug/nicegui.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
clear search after opening target link
Rodja Trappe
hace 1 año
padre
10fada208a
commit
a8c4ffdf85
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
search.vue
+ 1
- 0
search.vue
Ver fichero
@@ -78,6 +78,7 @@ export default {
} else {
window.location.href = url;
}
+ this.query = "";
},
},
};