1.0.2 • Published 4 years ago

@monukanyal/multiple-tag v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

my-vue-library

Installation and Usage

  1. Just use npm install --save @monukanyal/multiple-tag
  2. next step:
import TagInput from './components/TagInput.vue'

export default {
  name: 'App',
  components: {
    'tag-input':TagInput
  },
  data () {
    return {
      inputs:{
        emails: [],
        invalid: false
      } 
    }
  },
  methods: {
    getEmailInputs(inputs) {
      this.inputs = inputs
    }
  }
}
  1. use like this:
 <tag-input v-on:getInputs="getEmailInputs"></tag-input>
1.0.2

4 years ago

1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago