Version
3.2.3
Environment
"vue": "^3.2.25", "vite": "^2.9.7"
Reproduction link
https://github.com/luyu911/table_demo
Steps to reproduce
https://codesandbox.io/s/table-demo-ylifne
What is expected?
自定义单元格
What is actually happening?
slot似乎没有起到效果
我在使用Vite Vue3实现自定义单元格,但是结果似乎不太妙,slot好像没有起到任何效果,在没有使用Vite的简单Demo中,没有出现异常。
问题似乎在Vite的设置上?