chore: update carbonads
This commit is contained in:
parent
12cd95b837
commit
e95137dc59
|
@ -6,6 +6,13 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'App'
|
name: 'App',
|
||||||
|
watch: {
|
||||||
|
'$route.path': {
|
||||||
|
handler: function() {
|
||||||
|
window._carbonads && window._carbonads.refresh()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue