vue3-element-table icon indicating copy to clipboard operation
vue3-element-table copied to clipboard

基于 Vue3 + Element plus 二次封装的表格组件

Results 1 vue3-element-table issues
Sort by recently updated
recently updated
newest added

### 问题描述 在样例中,给【省份】一列添加slotName:'province', 在App.vue中使用具名插槽没有起作用,查看源码,没有找到解决方案,希望大佬能帮忙解决一下,感谢! 复现步骤: 添加插槽名字: ![image](https://user-images.githubusercontent.com/30249361/180009105-2c358f5d-5697-4775-9db1-ed99acc90d34.png) 在APP.vue中使用作用域插槽: ![image](https://user-images.githubusercontent.com/30249361/180010185-c57f1414-de55-4fa5-9771-52e448de2d3a.png) 经过查看源码, 看到这个组件中用data接受的变量,但是把APP.vue中的scope改成data,仍然行不通: ![image](https://user-images.githubusercontent.com/30249361/180009959-d89a4e4a-a49d-4508-8c7a-e1bb6713ef3a.png) ![image](https://user-images.githubusercontent.com/30249361/180010489-6d6317c0-95f1-4112-b26a-ef672b8474b8.png) ![image](https://user-images.githubusercontent.com/30249361/180010416-115959ce-e9f2-48c4-a664-e4b198443e5d.png)