Dylan li
Dylan li
>  不一样,你这个示例没有label属性,大部分场景显示label而不是value,当只有value值label就会失效,这又回到之前说的bug
``This is a component that implements the functions of movement and scaling ``` import { Modal } from 'ant-design-vue' import observer from '@/util/ModalResizeObserver' function generateModalClass() { return `modal-${Math.random().toString(36).slice(2, 10)}` }...
[https://github.com/vueComponent/ant-design-vue/issues/8066](#8066 )