chore: update carbonads

This commit is contained in:
花裤衩 2020-07-02 10:16:32 +08:00
parent 12cd95b837
commit e95137dc59
1 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,13 @@
<script>
export default {
name: 'App'
name: 'App',
watch: {
'$route.path': {
handler: function() {
window._carbonads && window._carbonads.refresh()
}
}
}
}
</script>