-1👍
I guess it’s only possible on mounted. You can use $refs for this: this.$refs['your-ref'].$slots
and this.$refs['your-ref'].$scopedSlots
- [Vuejs]-How to I scroll the page programmatically in Vue?
- [Vuejs]-Vuejs checkbox indeterminate status
Source:stackexchange.com