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.

9 lines (5 loc) 232 B
import { VxeUI } from '@vxe-ui/core' const { log } = VxeUI const version = `table v${process.env.VUE_APP_VXE_VERSION}` export const warnLog = log.create('warn', version) export const errLog = log.create('error', version)