UNPKG
@ferchoposting/gridie
Version:
latest (1.0.54)
1.0.54
1.0.53
1.0.52
1.0.51
1.0.13
1.0.12
1.0.11
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Vue 3 Create tables with ease! Extensible and powerful
github.com/fershopls/gridie
fershopls/gridie
@ferchoposting/gridie
/
src
/
Cells
/
cells.js
10 lines
(8 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Default
from
"./Default.vue"
;
import
Buttons
from
"./Buttons.vue"
;
import
Image
from
"./Image.vue"
;
export
default
{
Default
,
Buttons
,
Image
, };