1234567891011121314151617181920212223242526 |
- <template>
- <m-alert
- title="成功提示的文案"
- type="success"
- description="文字说明文字说明文字说明文字说明文字说明文字说明"
- show-icon>
- </m-alert>
- <m-alert
- title="消息提示的文案"
- type="info"
- description="文字说明文字说明文字说明文字说明文字说明文字说明"
- show-icon>
- </m-alert>
- <m-alert
- title="警告提示的文案"
- type="warning"
- description="文字说明文字说明文字说明文字说明文字说明文字说明"
- show-icon>
- </m-alert>
- <m-alert
- title="错误提示的文案"
- type="error"
- description="文字说明文字说明文字说明文字说明文字说明文字说明"
- show-icon>
- </m-alert>
- </template>
|