chore(docs): update text button type (#7533)

- Update button's type in examples per changes for button
This commit is contained in:
JeremyWuuuuu
2022-05-06 17:33:52 +08:00
committed by GitHub
parent 5daf53e8e1
commit e97fe719c4
34 changed files with 38 additions and 48 deletions

View File

@ -1,7 +1,5 @@
<template>
<el-button type="text" @click="outerVisible = true"
>open the outer Dialog</el-button
>
<el-button text @click="outerVisible = true">open the outer Dialog</el-button>
<el-dialog v-model="outerVisible" title="Outer Dialog">
<template #default>