行言

Results 4 issues of 行言

### Version latest ### Vue Version latest ### Link to minimal reproduction https://vue-devui.github.io/components/tag/ ### Step to reproduce ![image](https://user-images.githubusercontent.com/11143986/163546271-cb94ab09-06f2-46d7-ba68-9f032d35101b.png) 如上图,`Cascader`的子组件`CascaderTag`样式使用了`devui-tag`进行命名,影响了`Tag`组件的样式,每个`Tag`组件都被添加了灰色背景。如下图: ![image](https://user-images.githubusercontent.com/11143986/163546538-13cbf9cf-dc1f-4a9f-98cb-71145d705ebc.png) ### What is expected `Cascader`组件应该使用自己的命名空间做样式命名。已封装`useNamespace`方法(`shared/hooks/use-namespace.ts`),用来规范样式命名,使用方式可参考`Table`组件。 ### What is actually happening...

bug

### Version v1.0.0-beta.12 ### Vue Version 3.1.1 ### Link to minimal reproduction https://vue-devui.github.io/components/button/ ### Step to reproduce 1. `button`组件鼠标移上显示"手势",好像没有在组件内部设置,而是通过网站的`button`标签设置后生效的。 ![image](https://user-images.githubusercontent.com/11143986/147032109-109c485b-3ee4-429c-b9bf-5dfdfaa290a6.png) 2. `success`和`warning`类型的按钮,文字颜色是黑色。 ![image](https://user-images.githubusercontent.com/11143986/147052971-91317ab1-de7b-4262-b87c-923ec7a96863.png) 3. 事件应该是通过`emit`触发的吧?通过`props`传入回调函数有点奇怪呢? 而且,事件名字是不是叫`click`更好些呢? ![image](https://user-images.githubusercontent.com/11143986/147214321-4dff7660-a4e7-46fb-b3ee-de7f5732f22d.png) ### What is...

bug
good first issue

### Version latest ### Vue Version latest ### Link to minimal reproduction https://vue-devui.github.io/components/ripple/ ### Step to reproduce 1. `delay-time`参数建议重命名为`delay`。 ### What is expected _No response_ ### What is actually happening...

bug

### Version 1.6.9 ### Vue Version 3.x ### Link to minimal reproduction https://vue-devui.github.io/components/editor-md/ ### Step to reproduce https://vue-devui.github.io/components/editor-md/ 官网刷新同样存在此问题 ### What is expected _No response_ ### What is actually happening...

bug