Ver Fonte

feat: add page-ready client boot event

NGPixel há 2 anos atrás
pai
commit
c91ff2da7e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      client/themes/default/components/page.vue

+ 2 - 0
client/themes/default/components/page.vue

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