This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
vuex
mirror of
https://github.com/vuejs/vuex.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
refactor: export `install` as named export for tree shaking (
#940
)
katashin
7 years ago
parent
9438bab710
commit
fb06cc4aef
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/index.esm.js
+ 1
- 0
src/index.esm.js
View File
@@ -14,6 +14,7 @@ export default {
export {
Store,
+ install,
mapState,
mapMutations,
mapGetters,