赞
踩
支持默认 default 和暗黑 dark 2种主题色,如果需要更多主题颜色可以通过修改 css 变量实现多套主题。
查看官网文档
import { VxeUI } from 'vxe-table'
// 切换为默认主题
VxeUI.setTheme('light')
import { VxeUI } from 'vxe-table'
// 切换为暗黑主题
VxeUI.setTheme('dark')
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。