feat: add page-ready client boot event

pull/3168/merge
NGPixel 2 years ago
parent eb99f828b1
commit c91ff2da7e
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63

@ -639,6 +639,8 @@ export default {
this.$vuetify.goTo(decodeURIComponent(ev.currentTarget.hash), this.scrollOpts)
}
})
window.boot.notify('page-ready')
})
},
methods: {

Loading…
Cancel
Save