Explorar el Código

feat: add page-ready client boot event

NGPixel hace 2 años
padre
commit
c91ff2da7e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: {