1.2.2 • Published 6 years ago

vue-key-value-input v1.2.2

Weekly downloads
258
License
-
Repository
github
Last release
6 years ago

vue-key-value-input

CircleCI codecov.io npmjs.org

Vuetify-based component that allows users to input a simple key/value map. Values can only be strings.

Documentation

Usage

<template>
  <key-value-input v-model="example" />
</template>

<script>
import KeyValueInput from 'vue-key-value-input';

export default {
  name: 'Component',
  components: { VueKeyValueInput },
  data: () => ({
    example: {}
  })
}
</script>
1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago