Element - Ui 구성 요소 (28) 경고

3273 단어 Vue.js
Element - Ui 구성 요소 (28) 경고
본 고 는 Element 공식 문서 에서 기원 되 었 습 니 다.
http://element-cn.eleme.io/#/zh-CN/component/alert
기초 용법
일반 경고
<el-alert
    title="       "
    type="success">
  </el-alert>
  <el-alert
    title="       "
    type="info">
  </el-alert>
  <el-alert
    title="       "
    type="warning">
  </el-alert>
  <el-alert
    title="       "
    type="error">
  </el-alert>

설명 과 아이콘 이 있 는 경고
<el-alert
    title="       "
    type="success"
    description="                        "
    show-icon>
</el-alert>

alert 속성:
매개 변수
유형
설명 하 다.
선택 값
기본 값
title
제목, 필수 인자
string


type
메시지
string
success/warning/info/error
info
description
보조 문자.기본 slot 를 통 해서 도 들 어 갈 수 있 습 니 다.
string


closable
닫 을 수 있 는 지 여부
boolean

true
center
텍스트 가운데
boolean

true
close-text
닫 기 단추 사용자 정의 텍스트
string


show-icon
아이콘 표시 할 지 여부
boolean

false
alert 이벤트
이벤트 이름
설명 하 다.
리 턴 매개 변수
close
alert 를 닫 을 때 발생 하 는 이벤트

좋은 웹페이지 즐겨찾기