UNPKG

@blueking/vxe-table

Version:

一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、列拖拽,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...

13 lines (12 loc) 360 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.10.6-beta.6"}`; const warnLog = exports.warnLog = log.create('warn', version); const errLog = exports.errLog = log.create('error', version);