docs: 更新日志

This commit is contained in:
就眠儀式
2022-03-16 01:00:37 +08:00
parent a4bfb2f5df
commit 995bca261e
6 changed files with 289 additions and 32 deletions

View File

@@ -10,9 +10,6 @@
<lay-icon :type="iconType" size="40"> </lay-icon>
</lay-button>
</div>
<lay-scroll
class="layui-side-scroll-bar layui-side-scroll::-webkit-scrollbar"
>
<ul>
<li
v-for="(anchor, index) in anchorList"
@@ -29,7 +26,6 @@
>
</li>
</ul>
</lay-scroll>
</aside>
</template>
<script setup lang="ts">