We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6857aac commit b2078bbCopy full SHA for b2078bb
lib/app/clientEntry.js
@@ -30,7 +30,7 @@ if (process.env.NODE_ENV === 'production' && GA_ID) {
30
ga('send', 'pageview')
31
32
router.afterEach(function (to) {
33
- ga('set', 'page', to.fullPath)
+ ga('set', 'page', app.$withBase(to.fullPath))
34
35
})
36
}
0 commit comments