1.0.1 • Published 11 months ago

@solutech/sat-v2-datatables v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Solutech Datatables Official Plugin for Vue 2

Installation

npm install solutech-vue2-datatables-plugin --save

Usage

import Vue from 'vue'
import App from './App.vue'

import SolutechVue2Plugin from '@/packages/solutech-vue2-datatables-plugin/src'


Vue.config.productionTip = false

Vue.use(SolutechVue2Plugin,{})
new Vue({
  render: h => h(App),
}).$mount('#app')