wusongliang
wusongliang
Is there a better solution
Sorry, no follow-up questions
``` function startPageTracking (ctx) { ctx.app.router.afterEach((to) => { Vue.nextTick().then(() => { ctx.$gtm.push(to.gtm || { routeName: to.name, pageType: 'PageView', pageUrl: '' + to.fullPath, pageTitle: (typeof document !== 'undefined' && document.title) ||...
加了key也不行,要重新渲染才可以