Ver Fonte

refactor: export `install` as named export for tree shaking (#940)

katashin há 7 anos atrás
pai
commit
fb06cc4aef
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/index.esm.js

+ 1 - 0
src/index.esm.js

@@ -14,6 +14,7 @@ export default {
 
 export {
   Store,
+  install,
   mapState,
   mapMutations,
   mapGetters,