正確用法
<template slot-scope="scope">
{{scope.row}}
</template>
錯(cuò)誤用法
<template slot-scope="scope">
{{scope}}
</template>
正確用法
<template slot-scope="scope">
{{scope.row}}
</template>
錯(cuò)誤用法
<template slot-scope="scope">
{{scope}}
</template>