Java基础项目
Vite PC端项目
外观
动态插槽只能编译成H5版本,微信小程序和支付宝小程序中不能使用动态插槽
uniapp的vue2版本中,插槽用v-slot
<test> <template v-slot:tt> 我是测试 </template> </test>