grid.js 100 B

1234
  1. import Vue from 'vue'
  2. import { GridPlugin } from '@syncfusion/ej2-vue-grids';
  3. Vue.use(GridPlugin);