Closed marciaga closed 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!
I prefer
import { reduxMixinsCreator } from 'vue-redux'
Anyway thanks =)
what do you mean by smoother import. I think the original approach is fine.