mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
chore: update carbonads
This commit is contained in:
parent
12cd95b837
commit
e95137dc59
@ -6,6 +6,13 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'App'
|
||||
name: 'App',
|
||||
watch: {
|
||||
'$route.path': {
|
||||
handler: function() {
|
||||
window._carbonads && window._carbonads.refresh()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user