--- title: v-slot Can Only Be Used on Components or Template Tags impact: HIGH impactDescription: Using v-slot on HTML elements causes compilation errors type: gotcha tags: [vue3, slots, v-slot, compilation-error, common-mistake] --- # v-slot Can Only Be Used on Components or Template Tags **Impact: HIGH** - The `v-slot` directive (and its shorthand `#`) can only be used on Vue components or `