UNPKG

vue-good-table

Version:

A simple, clean data table for VueJS (2.x) with essential features like sorting, column filtering, pagination etc

14 lines (12 loc) 263 B
import * as date from './date'; import * as decimal from './decimal'; import * as number from './number'; import * as percentage from './percentage'; import * as boolean from './boolean'; export default { date, decimal, number, percentage, boolean, };