猿问

element-ui的按钮外层为啥要套template

        <el-table-column label="操作" width="150">

            <template scope="scope">

                <el-button size="small" @click="handleEdit(scope.$index, scope.row)">编辑</el-button>

                <el-button type="danger" size="small" @click="handleDel(scope.$index, scope.row)">删除</el-button>

            </template>

        </el-table-column>

为什么两个按钮外一定要加层 template呢,否则就不显示button

森栏
浏览 411回答 1
1回答
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答