什么是scoped slots A scoped slot is a special type of slot that functions as a reusable template (that can be passed data to) instead of already-rendered-elements. 上面是官方的定义. 简单点说slot就是插槽,它是可以被替换掉的,替换它的内容是可以拿到当前组件的上下文的 (为了简单起见,以下例子以模板为主) 举个简单的例子 //button