I am using Nuxt.js, and have a dymanic page which is defined under
pages/post/_slug.vue
So, when I visit the page url, say, http://localhost:3
The best way for me is :
async asyncData(context){ const query_params=context.route.query; }