Commit 1bf5580d authored by 杨奕's avatar 杨奕 Committed by GitHub

InputNumber: remove undocumented slots (#11794)

parent b4c84c50
......@@ -40,12 +40,6 @@
@blur="handleBlur"
@focus="handleFocus"
@change="handleInputChange">
<template slot="prepend" v-if="$slots.prepend">
<slot name="prepend"></slot>
</template>
<template slot="append" v-if="$slots.append">
<slot name="append"></slot>
</template>
</el-input>
</div>
</template>
......
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