wzc520pyfm
wzc520pyfm
> Sorry, I would like to design this component first. I agree, I think we should finish the design as soon as possible and commission the author of this pr...
暂时没有,之后的开发计划将包含:多主题、thin分支、独立的基于vitepress的文档。
感谢你的建议!我将优先完成文档建设。
你可以先加我微信:wzc520pyf
> Looks good from the videos. Can you also add it in storybook and add some tests for it? OK, I have finished. I added it in storybook and add...
> please update pnpm-lock.yaml and make sure the build and tests can pass. sorry, i don't know that i need to update lockfile. i have updated it. The build and...
> I think during the dragging, the text shouldn't be highlighted. > >  Agree, I have implemented it now.
> Thanks for the PR! I noticed that the dialog becomes immovable when the screen is resized to mobile dimensions. We'll need to address this behavior. > > dialog-mobile-dimensions.mov It...
> > Thanks for the PR! I noticed that the dialog becomes immovable when the screen is resized to mobile dimensions. We'll need to address this behavior. > > dialog-mobile-dimensions.mov...
If you want use `modalValue` and `change`, you should set them at `el-radio-group`, and you can use `change` at `el-radio` to listen item change. [Demo Link](https://element-plus.run/#eyJzcmMvQXBwLnZ1ZSI6IjxzY3JpcHQgc2V0dXAgbGFuZz1cInRzXCI+XG5pbXBvcnQgeyByZWYsIHZlcnNpb24gYXMgdnVlVmVyc2lvbiB9IGZyb20gJ3Z1ZSdcbmltcG9ydCB7IHZlcnNpb24gYXMgZXBWZXJzaW9uIH0gZnJvbSAnZWxlbWVudC1wbHVzJ1xuaW1wb3J0IHsgRWxlbWVudFBsdXMgfSBmcm9tICdAZWxlbWVudC1wbHVzL2ljb25zLXZ1ZSdcbmNvbnN0IGxpc3QgPSBbXG57XG5pZDoxLFxubmFtZTogJ+i/meaYr+S4gCcsXG59LFxue1xuaWQ6Mixcbm5hbWU6ICfov5nmmK/kuownLFxufSxcbl1cbmNvbnN0IGN1cnJlbnRWYWx1ZSA9IHJlZjxudW1iZXI+KClcbmNvbnN0IGhhbmRsZUNoYW5nZSA9ICh2YWx1ZTogbnVtYmVyKSA9PiB7XG5jdXJyZW50VmFsdWUudmFsdWUgPSB2YWx1ZVxufVxuPC9zY3JpcHQ+XG5cbjx0ZW1wbGF0ZT5cbnt7dnVlVmVyc2lvbn19XG4gIDxlbC1yYWRpby1ncm91cCA6bW9kZWwtdmFsdWU9XCJjdXJyZW50VmFsdWVcIiBAY2hhbmdlPVwiaGFuZGxlQ2hhbmdlXCI+XG4gICAgPGVsLXJhZGlvXG4gICAgICB2LWZvcj1cIml0ZW0gaW4gbGlzdFwiXG4gICAgICBAY2hhbmdlPVwiKHYpID0+IGNvbnNvbGUubG9nKCdyYWRpbyBpdGVtIGhhcyBjaGFuZ2VkJywgdilcIlxuICAgICAgOnZhbHVlPVwiaXRlbS5pZFwiXG4gICAgICA6bGFiZWw9XCJpdGVtLm5hbWVcIlxuICAgIC8+XG4gIDwvZWwtcmFkaW8tZ3JvdXA+XG48L3RlbXBsYXRlPlxuIiwiaW1wb3J0LW1hcC5qc29uIjoie1xuICBcImltcG9ydHNcIjoge31cbn0iLCJ0c2NvbmZpZy5qc29uIjoie1xuICBcImNvbXBpbGVyT3B0aW9uc1wiOiB7XG4gICAgXCJ0YXJnZXRcIjogXCJFU05leHRcIixcbiAgICBcImpzeFwiOiBcInByZXNlcnZlXCIsXG4gICAgXCJtb2R1bGVcIjogXCJFU05leHRcIixcbiAgICBcIm1vZHVsZVJlc29sdXRpb25cIjogXCJCdW5kbGVyXCIsXG4gICAgXCJ0eXBlc1wiOiBbXCJlbGVtZW50LXBsdXMvZ2xvYmFsLmQudHNcIl0sXG4gICAgXCJhbGxvd0ltcG9ydGluZ1RzRXh0ZW5zaW9uc1wiOiB0cnVlLFxuICAgIFwiYWxsb3dKc1wiOiB0cnVlLFxuICAgIFwiY2hlY2tKc1wiOiB0cnVlXG4gIH0sXG4gIFwidnVlQ29tcGlsZXJPcHRpb25zXCI6IHtcbiAgICBcInRhcmdldFwiOiAzLjNcbiAgfVxufVxuIiwiX28iOnt9fQ==) ```ts ```