rest(checkbox): 重构 checkbox 逻辑

This commit is contained in:
就眠仪式
2021-10-11 15:46:44 +08:00
parent e1c8e1f7c6
commit b741da239b
3 changed files with 47 additions and 31 deletions

View File

@@ -26,7 +26,7 @@
</template>
<script setup name="LayMenuItem" lang="ts">
import { defineProps, inject, provide, Ref, ref, useSlots } from 'vue'
import { defineProps, inject, Ref, ref, useSlots } from 'vue'
const slots = useSlots()
const props =