Docs: fix Dialog doc's typo (#9533)

pull/9372/merge
Simon Knox 2018-01-29 22:20:26 +11:00 committed by 杨奕
parent d5c135730a
commit 120589e5b4
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ If a Dialog is nested in another Dialog, `append-to-body` is required.
<template>
<el-button type="text" @click="outerVisible = true">open the outer Dialog</el-button>
<el-dialog title="Outter Dialog" :visible.sync="outerVisible">
<el-dialog title="Outer Dialog" :visible.sync="outerVisible">
<el-dialog
width="30%"
title="Inner Dialog"

View File

@ -216,7 +216,7 @@ Si un diálogo está anidado en otro diálogo, se requiere append-to-body.
<template>
<el-button type="text" @click="outerVisible = true">open the outer Dialog</el-button>
<el-dialog title="Outter Dialog" :visible.sync="outerVisible">
<el-dialog title="Outer Dialog" :visible.sync="outerVisible">
<el-dialog
width="30%"
title="Inner Dialog"