UNPKG

@visactor/vue-vtable

Version:

The vue version of VTable

9 lines (6 loc) 130 B
'use strict'; function ListColumn(props) { return null; } ListColumn.symbol = 'ListColumn'; module.exports = ListColumn;