补充 layer 文档

This commit is contained in:
就眠儀式
2021-12-09 14:11:29 +08:00
parent 574e488f89
commit aa04ac9ad1
4 changed files with 60 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
</template>
<script setup name="LayMenu" lang="ts">
import { computed, defineProps, provide, ref, watch } from "vue";
import { computed, defineProps, provide } from "vue";
export interface LayMenuProps {
selectedKey?: string;