yang-wei / vue-redux

What happen when Vue.js + Redux
142 stars 12 forks source link

Modified the module export for smoother import #20

Closed marciaga closed 8 years ago

yang-wei commented 8 years ago

what do you mean by smoother import. I think the original approach is fine.

marciaga commented 8 years ago

Fair enough - I was importing using the destructuring syntax.

import { reduxMixinsCreator } from 'vue-redux'

just in case, but I can just as easily import directly:

import reduxMixinsCreator from 'vue-redux'

Feel free to close the pull request!

yang-wei commented 8 years ago

I prefer

import { reduxMixinsCreator } from 'vue-redux'

Anyway thanks =)