elementui表格中switch开关控件的使用
在elementui中switch用法如下:
https://element.eleme.cn/#/zh-CN/component/switch
<el-switch
v-model="value"
active-color="#13ce66"
inactive-color="#ff4949">
</el-switch>
<script>
export default {
data() {
return {
value
原创
2021-08-19 14:41:04 ·
1832 阅读 ·
0 评论