vuex-crud icon indicating copy to clipboard operation
vuex-crud copied to clipboard

how to add query string to fetch method

Open pwerth opened this issue 5 years ago • 0 comments

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?

pwerth avatar Dec 16 '19 16:12 pwerth