<template>
<el-input v-model="input" style="width: 240px" placeholder="" />
</template>
<script setup >
</script>
<style>
</style>