vuex-crud
vuex-crud copied to clipboard
how to add query string to fetch method
The docs mention that the module can be used for urls like "/api/pages?byBook=1". How would something like this be implemented? For the create
method, we pass in a data
object to fill the body of the http request. But for the fetch
method, how do populate the request's query?