mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: add ample demos to @pureadmin/table (#379)
* feat: add ample demos to @pureadmin/table
This commit is contained in:
@@ -99,11 +99,12 @@ onMounted(() => {
|
||||
</el-button>
|
||||
</template>
|
||||
<template v-slot="{ size, checkList }">
|
||||
<PureTable
|
||||
<pure-table
|
||||
ref="tableRef"
|
||||
border
|
||||
align="center"
|
||||
align-whole="center"
|
||||
row-key="id"
|
||||
showOverflowTooltip
|
||||
table-layout="auto"
|
||||
default-expand-all
|
||||
:size="size"
|
||||
@@ -142,7 +143,7 @@ onMounted(() => {
|
||||
</template>
|
||||
</el-popconfirm>
|
||||
</template>
|
||||
</PureTable>
|
||||
</pure-table>
|
||||
</template>
|
||||
</TableProBar>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user