UNPKG

vue-textarea-autosize

Version:

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

10 lines (7 loc) 154 B
import Vue from 'vue' import App from './App.vue' import './plugin' Vue.config.productionTip = false new Vue({ render: h => h(App), }).$mount('#app')