Vue.js+TypeScript環境でURLにクエリパラメータを渡す方法

今回はVue.js+TypeScript環境でURLにクエリパラメータを渡す方法についてご紹介いたします。
Vue.js+TypeScript環境でURLにクエリパラメータを渡す方法Vue.jsでクエリパラメータを渡す方法 ...
Vue CLI+TypeScriptで「Type number trivially inferred from a number literal, remove type annotation」

今回はVue CLI+TypeScript環境で「Type number trivially inferred from a number literal, remove type annotation」というエラーが出たときの対処法 ...