problem description
dynamic nesting routing of nuxt.js does not refresh data
127.0.0.1/cate/2 switching to 127.0.0.1/tag/21 will re-render (cate and tag are dynamic routes)
but 127.0.0.1/cate/2 switching to 127.0.0.1/cate/21 routing change page will not render
the environmental background of the problems and what methods you have tried
tried watchQuery does not work
vue $watch will change the data, but the head content of the page will not be updated