Slot Scope Props Vue
Posted onby admin
Slot Scope Props Vue Download
Scoped slots are one of Vue's most powerful features, but it can be a bit tricky to understand how they work when first learning about them. In this screencast (taken from my Advanced Vue Component Design course), I walk through how thinking of scoped slots as function props can make it a lot easier to wrap your head around them. This rule reports deprecated slot-scope attribute in Vue.js v2.6.0.
pageClass | sidebarDepth | title | description |
---|---|---|---|
0 | disallow deprecated `slot-scope` attribute (in Vue.js 2.6.0+) |
disallow deprecated slot-scope
attribute (in Vue.js 2.6.0+)
⚙️ This rule is included in all of'plugin:vue/vue3-essential'
,'plugin:vue/vue3-strongly-recommended'
and'plugin:vue/vue3-recommended'
.🔧 The--fix
option on the command line can automatically fix some of the problems reported by this rule.
📖 Rule Details
This rule reports deprecated slot-scope
attribute in Vue.js v2.6.0+.