UNPKG
v-tables-3
Version:
latest (0.4.7)
0.4.7
0.4.6
0.4.5
0.4.4
Vue.js 3 grid components
matfish2/vue-tables-2-private
v-tables-3
/
compiled
/
state
/
normal.js
16 lines
(14 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
[
"default"
] = _default;
function
_default
(
) {
return
{
computed
: {
Columns
:
function
Columns
(
) {
return
this
.
columns
; } } }; }