This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
oleg
/
vuex
mirror of
https://github.com/vuejs/vuex.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
refactor: export `install` as named export for tree shaking (
#940
)
katashin
7 năm trước cách đây
mục cha
9438bab710
commit
fb06cc4aef
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
src/index.esm.js
+ 1
- 0
src/index.esm.js
Xem Tập Tin
@@ -14,6 +14,7 @@ export default {
export {
Store,
+ install,
mapState,
mapMutations,
mapGetters,