mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
Emoji Legend
This commit is contained in:
parent
7757817636
commit
a1ff4fd79f
9 changed files with 158 additions and 7 deletions
9
.vitepress/theme/layouts/Sidebar.vue
Normal file
9
.vitepress/theme/layouts/Sidebar.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import SidebarPane from "../components/SidebarPane.vue"
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<SidebarPane/>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue