Unverified Commit c91ff2da authored by NGPixel's avatar NGPixel

feat: add page-ready client boot event

parent eb99f828
......@@ -639,6 +639,8 @@ export default {
this.$vuetify.goTo(decodeURIComponent(ev.currentTarget.hash), this.scrollOpts)
}
})
window.boot.notify('page-ready')
})
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment