Package Exports
- vue-data-grid-edit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-data-grid-edit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-data-grid-edit
A data-grid components Library with Vue.js 2.0
Install
npm install vue-data-grid -SQuick Start
import Vue from 'vue'
import DataGridEdit from 'vue-data-grid-edit'
import 'vue-data-grid-edit/styles/datagrid.css';
Vue.use(DataGridEdit)
For more information, please refer to Quick Start in our documentation.
LICENSE
MIT