You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
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组件
The text was updated successfully, but these errors were encountered: