UNPKG
vue-easy-data-grid
Version:
latest (0.0.1)
0.0.1
A dataGrid for Vue.js
github.com/keluo/vue.dataGrid
keluo/vue.dataGrid
vue-easy-data-grid
/
src
/
index.js
10 lines
(9 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
component
from
'./VueDataGrid.vue'
const
install
=
Vue
=> {
Vue
.
component
(component.
name
, component) } component.
install
= install
if
(
typeof
window
!==
'undefined'
&&
window
.
Vue
) {
install
(
window
.
Vue
) }
export
default
component