This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
vuejs
/
vue
réplica de
https://github.com/vuejs/vue.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
add waitForUpdate as allowed global in unit tests
Evan You
%!s(int64=10) %!d(string=hai) anos
pai
4540aaf37d
achega
fff89dff1e
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
test/unit/.eslintrc
+ 3
- 0
test/unit/.eslintrc
Ver ficheiro
@@ -1,5 +1,8 @@
{
"env": {
"jasmine": true
+ },
+ "globals": {
+ "waitForUpdate": true
}
}