mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(docs): notification documentation with types demo icon missing (#3521)
This commit is contained in:
@@ -31,6 +31,7 @@ export default defineComponent({
|
||||
ElNotification({
|
||||
title: 'Info',
|
||||
message: 'This is an info message',
|
||||
type: 'info',
|
||||
})
|
||||
}
|
||||
|
||||
@@ -38,6 +39,7 @@ export default defineComponent({
|
||||
ElNotification({
|
||||
title: 'Error',
|
||||
message: 'This is an error message',
|
||||
type: 'error',
|
||||
})
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user