Commit 120589e5 authored by Simon Knox's avatar Simon Knox Committed by 杨奕

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

parent d5c13573
...@@ -210,7 +210,7 @@ If a Dialog is nested in another Dialog, `append-to-body` is required. ...@@ -210,7 +210,7 @@ If a Dialog is nested in another Dialog, `append-to-body` is required.
<template> <template>
<el-button type="text" @click="outerVisible = true">open the outer Dialog</el-button> <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 <el-dialog
width="30%" width="30%"
title="Inner Dialog" title="Inner Dialog"
......
...@@ -216,7 +216,7 @@ Si un diálogo está anidado en otro diálogo, se requiere append-to-body. ...@@ -216,7 +216,7 @@ Si un diálogo está anidado en otro diálogo, se requiere append-to-body.
<template> <template>
<el-button type="text" @click="outerVisible = true">open the outer Dialog</el-button> <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 <el-dialog
width="30%" width="30%"
title="Inner Dialog" title="Inner Dialog"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment