🔨 Refactor(custom): refactored for new version of element

This commit is contained in:
Kuingsmile
2024-06-06 16:23:25 +08:00
parent 9a23d5fb99
commit 66cd522d96
20 changed files with 108 additions and 239 deletions

View File

@@ -35,12 +35,12 @@
import { InfoFilled } from '@element-plus/icons-vue'
defineProps<{
tooltip: string,
tooltip?: string,
activeText?: string,
inactiveText?: string,
segments?: { text: string, style: string }[],
}>()
const value = defineModel()
const value = defineModel<boolean>()
</script>