UNPKG

vue-textarea-autosize

Version:

Vue component provides textarea with automatically adjustable height and without any wrappers and dependencies

9 lines (6 loc) 116 B
/* * This file is plugin stub for main.js */ import Vue from 'vue' import plugin from './index' Vue.use(plugin)