UNPKG

vxe-table

Version:

A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.

6 lines (5 loc) 204 B
import { VxeUI } from '@vxe-ui/core'; const { log } = VxeUI; const version = `table v${"4.15.10"}`; export const warnLog = log.create('warn', version); export const errLog = log.create('error', version);