mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 18:11:48 +08:00
chore(docs): update text button type (#7533)
- Update button's type in examples per changes for button
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user