chore: clean components

This commit is contained in:
Benjamin Canac
2021-11-19 12:25:06 +01:00
parent 025c55d5e4
commit 19664adb3a
7 changed files with 30 additions and 28 deletions

View File

@@ -3,7 +3,6 @@
<textarea
:id="name"
ref="textarea"
v-focus="autofocus"
:name="name"
:value="modelValue"
:rows="rows"
@@ -18,12 +17,12 @@
</template>
<script>
import Focus from '../../directives/focus'
// import Focus from '../../directives/focus'
export default {
directives: {
focus: Focus
},
// directives: {
// focus: Focus
// },
props: {
modelValue: {
type: [String, Number],