import { Tooltip, Icon } from "ant-design-vue"; import './index.less'; const BlockChecbox = { props: ["value", "list"], methods:{ handleChange(key) { this.$emit('change', key); }, }, render(){ const {value,list} = this return (