Commit da17044c8d9a69b58b8aea6897f2127ce0f27ccd
Committed by
GitHub
Merge pull request #1341 from rijn/667
assign names to Card and Message
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
src/components/card/card.vue
src/components/message/index.js
| @@ -63,6 +63,8 @@ function notice (content = '', duration = defaultDuration, type, onClose = funct | @@ -63,6 +63,8 @@ function notice (content = '', duration = defaultDuration, type, onClose = funct | ||
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | export default { | 65 | export default { |
| 66 | + name: 'Message', | ||
| 67 | + | ||
| 66 | info (options) { | 68 | info (options) { |
| 67 | const type = typeof options; | 69 | const type = typeof options; |
| 68 | if (type === 'string') { | 70 | if (type === 'string') { |