mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-05-23 18:49:17 +08:00
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…
x
Reference in New Issue
Block a user