element-plus / element-plus-nuxt-starter

🌰 A starter example for element-plus with Nuxt 3.
https://element-plus-nuxt.vercel.app
MIT License
297 stars 82 forks source link

server-side does not render <el-table> #61

Open MyNine opened 1 year ago

MyNine commented 1 year ago

other elements are returned by server side, but only 'el-table' wat not returned

image
YunYouJun commented 1 year ago

table is so complexed. We can use ClientOnly to wrap it.

As far as I know, table doesn't support ssr yet. @jw-foss