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:
@@ -131,9 +131,9 @@ onMounted(() => {
|
||||
</el-button>
|
||||
</template>
|
||||
<template v-slot="{ size, checkList }">
|
||||
<PureTable
|
||||
<pure-table
|
||||
border
|
||||
align="center"
|
||||
align-whole="center"
|
||||
table-layout="auto"
|
||||
:size="size"
|
||||
:data="dataList"
|
||||
@@ -211,7 +211,7 @@ onMounted(() => {
|
||||
</template>
|
||||
</el-dropdown>
|
||||
</template>
|
||||
</PureTable>
|
||||
</pure-table>
|
||||
</template>
|
||||
</TableProBar>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user