christianmalek / vuex-rest-api

A utility to simplify the use of REST APIs with Vuex
http://vuex-rest-api.org
MIT License
382 stars 48 forks source link

Fix typo error on Readme #64

Closed Tobino closed 6 years ago

Tobino commented 6 years ago

Hello

In documentation you are using state.pending.<propertyName> (true when loading, otherwise false) But un component you are using state.<propertyName>.pending.<propertyName>

christianmalek commented 6 years ago

Thanks for the PR!