<el-inputclearablev-model="text"placeholder="请输入内容"@paste.native.capture.prevent="handlePaste"></el-input>
handlePaste(e){var clip = e.clipboardData.getData('Text');this.text = clip;},
<el-inputclearablev-model="text"placeholder="请输入内容"@paste.native.capture.prevent="handlePaste"></el-input>
handlePaste(e){var clip = e.clipboardData.getData('Text');this.text = clip;},