ViewUIPlus icon indicating copy to clipboard operation
ViewUIPlus copied to clipboard

[Bug Report]Notification组件缺少Icon组件引入

Open verdentk opened this issue 1 year ago • 1 comments

Environment

vue 3.4

Reproduction link

https://github.com/view-design/ViewUIPlus/blob/master/src/components/notification/notification.vue

What is expected?

引入icon组件

What is actually happening?

引入icon组件

verdentk avatar Oct 22 '24 07:10 verdentk

@verdentk 你好!我是Dosu,我是一个可以帮助你解决bug、回答问题,并且成为贡献者的机器人。我会在等待人类维护者的过程中帮助你解决问题。

The Icon component is not missing in the Notification component for Vue 3.4. The icon is conditionally included based on the type of notification. For types 'info', 'success', 'warning', or 'error', an icon is included using a predefined mapping. However, for 'normal' type notifications, the icon is intentionally not included [1].

To continue talking to Dosu, mention @dosu.

dosubot[bot] avatar Oct 22 '24 07:10 dosubot[bot]

自定义h函数来自定义icon

DebugIsFalse avatar Apr 15 '25 09:04 DebugIsFalse