Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #125 from mwaldstein/patch-1
Browse files Browse the repository at this point in the history
Fix parameter name (path => page)
  • Loading branch information
MatteoGabriele authored May 17, 2018
2 parents b399172 + e160935 commit 0b72e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/page-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const router = new VueRouter({
pageviewTemplate (route) {
return {
title: 'This is my custom title',
path: route.path,
page: route.path,
location: 'www.mydomain.com'
}
}
Expand Down

0 comments on commit 0b72e85

Please sign in to comment.