InputNumber: remove undocumented slots (#11794)

pull/10724/merge
杨奕 2018-06-29 10:08:49 +08:00 committed by GitHub
parent b4c84c509d
commit 1bf5580dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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>