index.js 170 B

123456789
  1. import { mapState, mapActions } from './helper';
  2. import install from './install';
  3. export default {
  4. install,
  5. version: __VERSION__
  6. };
  7. export { mapState, mapActions };