This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
vuejs
/
vue
espejo de
https://github.com/vuejs/vue.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
return set value in Vue.set() (close
#1970
)
Evan You
hace 10 años
padre
0fcfb8e976
commit
e3768217c8
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/util/lang.js
+ 1
- 0
src/util/lang.js
Ver fichero
@@ -33,6 +33,7 @@ export function set (obj, key, val) {
vm._digest()
}
}
+ return val
}
/**