perf(checkbox): 删除 customChecked 内置逻辑

This commit is contained in:
就眠仪式
2021-10-13 21:43:23 +08:00
parent 6769048cd2
commit e5f53064a3
6 changed files with 35 additions and 32 deletions

View File

@@ -1,14 +1,11 @@
<template>
<span class="layui-breadcrumb" style="visibility: visible">
<slot />
<slot></slot>
</span>
</template>
<script setup name="LayBreadcrumb" lang="ts">
import { defineProps, provide, withDefaults, useSlots } from 'vue'
const slot = useSlots()
const slots = slot.default && slot.default()
import { defineProps, provide, withDefaults, useSlots, ref, Ref } from 'vue'
const props = withDefaults(
defineProps<{