Преглед изворни кода

feat: add page-ready client boot event

NGPixel пре 2 година
родитељ
комит
c91ff2da7e
1 измењених фајлова са 2 додато и 0 уклоњено
  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: {