docs: 更新日志

This commit is contained in:
就眠儀式
2022-03-28 01:56:56 +08:00
parent 7d39b0e267
commit 32a2351c16
2 changed files with 7 additions and 7 deletions

View File

@@ -251,12 +251,12 @@ onMounted(() => {
:style="{ width: column.width }"
>
<span v-if="column.titleSlot">
<template v-if="column.titleSlot">
<slot :name="column.titleSlot"></slot>
</template>
<template>
{{column.title}}
</template>
<template v-if="column.titleSlot">
<slot :name="column.titleSlot"></slot>
</template>
<template>
{{ column.title }}
</template>
</span>
<span v-else>{{ column.title }}</span>
<span