vue slot shorthand: Testing | Vue.js - vuejs.org. Shorthand Vue bind. Vue Virtual Scroller Component.
The only Vue.js tutorial + projects course you need to learn Vue (including all new Vue 3 features), build large-scale Vue applications from scratch & get hired as a Vue developer in 2021.
Similar to v-on and v-bind,
v-slot also has a shorthand, replacing everything before the argument (v-
slot:) with the special symbol #.
In eslint-plugin-vue@^7.1.0, you can use allowModifiers option in
vue/valid-v-slot rule.