mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 10:29:48 +08:00
🔨 Refactor(custom): refactored for new version of element
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user