view-design / ViewUIPlus

An enterprise-level UI component library and front-end solution based on Vue.js 3
https://www.iviewui.com
Other
381 stars 132 forks source link

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

Open verdentk opened 6 days ago

verdentk commented 6 days ago

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组件

dosubot[bot] commented 6 days ago

@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.