docs: update

This commit is contained in:
就眠儀式
2022-03-18 17:23:18 +08:00
parent cc88c3a60c
commit d0f3b9dd70
2 changed files with 25 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ slotsChange.value = !slotsChange.value;
</script>
<template>
<li :class="[active === id ? 'layui-this' : '']">
<slot></slot>
</li>
<li :class="[active === id ? 'layui-this' : '']">
<slot></slot>
</li>
</template>