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 88eb0a4 commit 8e5a636Copy full SHA for 8e5a636
src/extensions/google-analytics/index.js
@@ -12,7 +12,7 @@ export default function (app, router, store, config) {
12
store.registerModule(EXTENSION_KEY, extensionStore)
13
console.log('Google Analytics extension registered')
14
15
- if (config.analytics.id) {
+ if (config.analytics.id && !global.$VS.isSSR) {
16
Vue.use(VueAnalytics, {
17
id: config.analytics.id,
18
router,
0 commit comments