mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5257
This commit is contained in:
parent
23a21c2407
commit
bcb1b6eb8d
7 changed files with 14 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<textarea :class="cx('root')" :value="modelValue" @input="onInput" v-bind="ptm('root', ptmParams)"></textarea>
|
||||
<textarea :class="cx('root')" :value="modelValue" @input="onInput" v-bind="ptmi('root', ptmParams)"></textarea>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -8,6 +8,7 @@ import BaseTextarea from './BaseTextarea.vue';
|
|||
export default {
|
||||
name: 'Textarea',
|
||||
extends: BaseTextarea,
|
||||
inheritAttrs: false,
|
||||
emits: ['update:modelValue'],
|
||||
mounted() {
|
||||
if (this.$el.offsetParent && this.autoResize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue