Closed 209 closed 2 years ago
https://github.com/209/element-plus-nuxt-starter
<el-table :data="tableData" style="width: 100%" :stripe="true" :fit="true" :sortable="false" :show-header="true" > <el-table-column prop="field" label="Field" width="180" /> <el-table-column prop="value" label="Value" width="180" /> </el-table>
In SSR we have "0" in html before hydrate. We haven't problem with :show-header="false"
:show-header="false"
upd: Table doesn't render on server :( Only after hydrate
looks normal
https://github.com/209/element-plus-nuxt-starter
In SSR we have "0" in html before hydrate. We haven't problem with
:show-header="false"
upd: Table doesn't render on server :( Only after hydrate