Alert add banner prop

Alert add banner prop
This commit is contained in:
梁灏 2017-01-16 15:01:35 +08:00
parent 7a737482f0
commit e49f796318
3 changed files with 13 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<template>
<Alert show-icon>消息提示文案</Alert>
<Alert show-icon banner closable>消息提示文案</Alert>
<Alert type="success" show-icon>成功提示文案</Alert>
<Alert type="warning" show-icon>警告提示文案</Alert>
<Alert type="warning" show-icon banner>警告提示文案</Alert>
<Alert type="error" show-icon>错误提示文案</Alert>
<Alert show-icon>
消息提示文案