<template> <!-- 物料采集 --> <div> <el-input v-model="input" style="width: 240px" placeholder="Please input" /> </div> </template> <script lang="ts" setup> const input = ref(""); </script> <style lang="scss" scoped></style>