外观
要求显式定义插槽
此规则强制所有在模板中使用的插槽在 script setup 块中使用 defineSlots 宏或在选项 API 中使用 slots 属性 定义一次。
script setup
defineSlots
slots 属性
无。
此规则在 eslint-plugin-vue v9.21.0 中引入。