Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
verdentk opened this issue Oct 22, 2024 · 1 comment
Open

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

verdentk opened this issue Oct 22, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@verdentk
Copy link

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

Copy link

dosubot bot commented Oct 22, 2024

@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 dosubot bot added the Bug Something isn't working label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant