(all): 更新日志

更新文档
This commit is contained in:
就眠儀式
2022-06-20 22:56:07 +08:00
parent f66cfd993a
commit 19df4a32fb
3 changed files with 16 additions and 6 deletions

View File

@@ -587,11 +587,9 @@ defineExpose({ reset, open, close });
>
<template v-if="btn && btn.length > 0">
<template v-for="(b, index) in btn" :key="index">
<a
:class="[`layui-layer-btn${index}`]"
@click="b.callback(id)"
>{{ b.text }}</a
>
<a :class="[`layui-layer-btn${index}`]" @click="b.callback(id)">{{
b.text
}}</a>
</template>
</template>
<template v-else>