We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bde80b commit 94f5e3eCopy full SHA for 94f5e3e
scaffold/pages/_.vue
@@ -11,7 +11,7 @@ import { mapState } from 'vuex'
11
export default {
12
async asyncData ({ route, $drupal }) {
13
// Fill the drupal-ce store with data, but do not return the data here to avoid hydrating data twice.
14
- await $drupal.fetchPage(route.path)
+ await $drupal.fetchPage(route.path, { params: route.query })
15
},
16
head () {
17
return {
0 commit comments