Skip to content

Commit

Permalink
fix: ma-pro-table.md 打包失败
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Nov 3, 2024
1 parent 0bf580e commit 913b30c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
20 changes: 0 additions & 20 deletions docs/demos/ma-pro-table/TestTool.vue

This file was deleted.

10 changes: 1 addition & 9 deletions docs/demos/ma-pro-table/index.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
<script setup lang="tsx">
import {onMounted, reactive, ref, inject, h} from 'vue'
import { MaProTableSchema, MaProTableOptions, MaProTableExpose, useProTableToolbar } from '@mineadmin/pro-table'
import { MaProTableSchema, MaProTableOptions, MaProTableExpose } from '@mineadmin/pro-table'
import {ElMessage} from "element-plus";
import TestTool from './TestTool.vue'
useProTableToolbar().add({
name: 'test',
order: 0,
render: () => TestTool
})
const tableRef = ref<MaProTableExpose>()
Expand Down

0 comments on commit 913b30c

Please sign in to comment.