This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
oleg
/
vuex
réplica de
https://github.com/vuejs/vuex.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
refactor: export `install` as named export for tree shaking (
#940
)
katashin
%!s(int64=7) %!d(string=hai) anos
pai
9438bab710
achega
fb06cc4aef
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
src/index.esm.js
+ 1
- 0
src/index.esm.js
Ver ficheiro
@@ -14,6 +14,7 @@ export default {
export {
Store,
+ install,
mapState,
mapMutations,
mapGetters,