Closed orenmizr closed 3 years ago
https://github.com/mutoe/vue3-realworld-example-app/blob/2e48d2d516940eba7e8410480ddfee76665ff913/src/utils/params-to-query.ts#L2
love reading your code btw 👍
Good suggestion, I will update it later :)
I found it not feasible. The URLSearchParams constuctor only accept Record<string, string>, but I need to pass in Record<string, string | number | boolean>
URLSearchParams
Record<string, string>
Record<string, string | number | boolean>
https://github.com/mutoe/vue3-realworld-example-app/blob/2e48d2d516940eba7e8410480ddfee76665ff913/src/utils/params-to-query.ts#L2
love reading your code btw 👍