This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
root
/
nicegui
réplica de
https://github.com/zauberzeug/nicegui.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
clear search after opening target link
Rodja Trappe
hai 1 ano
pai
10fada208a
achega
a8c4ffdf85
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
search.vue
+ 1
- 0
search.vue
Ver ficheiro
@@ -78,6 +78,7 @@ export default {
} else {
window.location.href = url;
}
+ this.query = "";
},
},
};