demo4.vue 325 B

123456
  1. <template>
  2. <m-alert title="成功提示的文案" type="success" show-icon></m-alert>
  3. <m-alert title="消息提示的文案" type="info" show-icon></m-alert>
  4. <m-alert title="警告提示的文案" type="warning" show-icon></m-alert>
  5. <m-alert title="错误提示的文案" type="error" show-icon></m-alert>
  6. </template>