This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
oleg
/
vuex
kopia lustrzana
https://github.com/vuejs/vuex.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
refactor: export `install` as named export for tree shaking (
#940
)
katashin
7 lat temu
rodzic
9438bab710
commit
fb06cc4aef
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
src/index.esm.js
+ 1
- 0
src/index.esm.js
Wyświetl plik
@@ -14,6 +14,7 @@ export default {
export {
Store,
+ install,
mapState,
mapMutations,
mapGetters,