f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
MIT License
2k stars 101 forks source link

Typo in README #40

Closed JonasMunck closed 6 years ago

JonasMunck commented 6 years ago

The comment //It's optional, 'loading'by default. is (as far as I can see) wrong, default vuex module is wait.

new Vue({
  el: '#app',
  store,
  wait: new VueWait({
    useVuex: true, // You must pass this option `true` to use Vuex
    vuexModuleName: 'vuex-example-module' // It's optional, `loading` by default.
  }),
});
f commented 6 years ago

You can fix it and open a PR or I'll? Which one do you prefer? :)

JonasMunck commented 6 years ago

I can do it :)