fix(docs): notification documentation with types demo icon missing (#3521)

This commit is contained in:
SongWuKong
2021-09-21 01:50:43 +08:00
committed by GitHub
parent d166ede064
commit 8a868a885c

View File

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