0.0.3 • Published 5 years ago

vfg-field-matrix v0.0.3

Weekly downloads
36
License
-
Repository
github
Last release
5 years ago

vfg-field-matrix

A matrix field for vue-form-generator

Installation

npm install vfg-field-matrix

ES6

//
// You can register a component manually
//
import { FieldMatrix } from 'vfg-field-matrix'

export default {
  ...
  components: {
    'field-matrix': FielMatrixd
  },
  ...
};

//
// or register the whole module with vue
//
import VfgFieldMatrix from 'vfg-field-matrix'

// Install this library
Vue.use(VfgFieldMatrix);
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago