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.

13 lines (12 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.warnLog = exports.errLog = void 0; var _core = require("@vxe-ui/core"); const { log } = _core.VxeUI; const version = `table v${"4.17.38"}`; const warnLog = exports.warnLog = log.create('warn', version); const errLog = exports.errLog = log.create('error', version);