mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
docs(examples): [input-number] decrease slot name typo (#16606)
This commit is contained in:
parent
dbde501d9f
commit
b974fcbc51
@ -3,7 +3,7 @@
|
||||
<el-space>
|
||||
<el-input-number v-model="num" />
|
||||
<el-input-number v-model="num">
|
||||
<template #decrement-icon>
|
||||
<template #decrease-icon>
|
||||
<el-icon>
|
||||
<ArrowDown />
|
||||
</el-icon>
|
||||
@ -18,7 +18,7 @@
|
||||
<el-space>
|
||||
<el-input-number v-model="num" controls-position="right" />
|
||||
<el-input-number v-model="num" controls-position="right">
|
||||
<template #decrement-icon>
|
||||
<template #decrease-icon>
|
||||
<el-icon>
|
||||
<Minus />
|
||||
</el-icon>
|
||||
|
Loading…
Reference in New Issue
Block a user