feat: 新组件ReVxeTableBar搭配vxe-table使用 (#1087)

This commit is contained in:
xiaoming
2024-05-02 21:34:16 +08:00
committed by GitHub
parent b8159a0d73
commit cc7726e1c2
13 changed files with 546 additions and 68 deletions

View File

@@ -20,11 +20,12 @@ import {
// 可选组件
Icon,
Column,
Grid,
Pager,
Select,
// Colgroup,
// Grid,
// Tooltip,
// Toolbar,
// Pager,
// Form,
// FormItem,
// FormGather,
@@ -35,7 +36,6 @@ import {
// RadioButton,
// Switch,
// Input,
// Select,
// Optgroup,
// Option,
// Textarea,
@@ -76,11 +76,12 @@ export function useVxeTable(app: App) {
// 可选组件
.use(Icon)
.use(Column)
.use(Grid)
.use(Pager)
.use(Select)
// .use(Colgroup)
// .use(Grid)
// .use(Tooltip)
// .use(Toolbar)
// .use(Pager)
// .use(Form)
// .use(FormItem)
// .use(FormGather)
@@ -91,7 +92,6 @@ export function useVxeTable(app: App) {
// .use(RadioButton)
// .use(Switch)
// .use(Input)
// .use(Select)
// .use(Optgroup)
// .use(Option)
// .use(Textarea)