Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e95137d

Browse files
committed
chore: update carbonads
1 parent 12cd95b commit e95137d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/App.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
<script>
88
export default {
9-
name: 'App'
9+
name: 'App',
10+
watch: {
11+
'$route.path': {
12+
handler: function() {
13+
window._carbonads && window._carbonads.refresh()
14+
}
15+
}
16+
}
1017
}
1118
</script>

0 commit comments

Comments
 (0)