Removed textareaAutoHeight directive

This commit is contained in:
Liyas Thomas
2020-07-03 11:32:22 +05:30
parent 4490adc36c
commit f3e6a377a9
4 changed files with 34 additions and 66 deletions

View File

@@ -35,14 +35,6 @@
</button>
</div>
</div>
<textarea
id="variableList"
readonly
v-textarea-auto-height="variableString"
v-model="variableString"
:placeholder="$t('add_one_variable')"
rows="1"
></textarea>
</li>
</ul>
<ul v-for="(variable, index) in this.editingEnvCopy.variables" :key="index">
@@ -114,13 +106,9 @@
</template>
<script>
import textareaAutoHeight from "~/directives/textareaAutoHeight"
import { fb } from "~/helpers/fb"
export default {
directives: {
textareaAutoHeight,
},
props: {
show: Boolean,
editingEnvironment: Object,