6 lines
141 B
Vue
6 lines
141 B
Vue
|
|
<template>
|
||
|
|
<el-input v-bind="$attrs" type="textarea"></el-input>
|
||
|
|
</template>
|
||
|
|
<script setup lang="ts"></script>
|
||
|
|
<style lang="scss"></style>
|