1.0.3 • Published 8 years ago

faisalhakim47-vue-autotext v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

HOW TO ...

install

import Vue from 'vue'
import autotext from 'faisalhakim47-vue-autotext';
Vue.directive('autotext', autotext);

Use

<input v-autotext="model" >

<script>
  Vue.directive('autotext', autotext);
  new Vue({
    data: {
      model: ''
    }
  });
</script>
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago