This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oleg
/
vuex
espejo de
https://github.com/vuejs/vuex.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
refactor: export `install` as named export for tree shaking (
#940
)
katashin
hace 7 años
padre
9438bab710
commit
fb06cc4aef
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/index.esm.js
+ 1
- 0
src/index.esm.js
Ver fichero
@@ -14,6 +14,7 @@ export default {
export {
Store,
+ install,
mapState,
mapMutations,
mapGetters,