const newQuery = JSON.parse(JSON.stringify(this.$route.query))
delete newQuery.wordText
this.$router.replace({query: newQuery})