added pathauto, refactored article to load gql directly from path, the vuejs route and drupal route can finally match, HALLELUYA git status
This commit is contained in:
@@ -37,8 +37,8 @@ export default {
|
||||
console.log('clicked on article', this.alias);
|
||||
this.$router.push({
|
||||
name:`article`,
|
||||
params: { alias:this.alias },
|
||||
query: { nid: this.item.nid }
|
||||
params: { alias:this.alias }
|
||||
// query: { nid: this.item.nid }
|
||||
// meta: { uuid:this.item.uuid },
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user