Skip to content

Commit

Permalink
releases 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jan 3, 2025
1 parent c80ef8c commit 2a43cdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion examples/views/grid/GridTest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

<script lang="ts" setup>
import { ref, reactive, nextTick } from 'vue'
import { VxeUI, VxeGridProps, VxeColumnPropTypes } from '../../../types'
import { VxeUI } from '../../../packages'
import { VxeGridProps, VxeColumnPropTypes } from '../../../types'
interface RowVO {
id: number
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.10.1-beta.1",
"version": "4.10.1-beta.2",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、拖拽排序,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down Expand Up @@ -28,7 +28,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"vxe-pc-ui": "^4.3.56"
"vxe-pc-ui": "^4.3.58"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
Expand Down
2 changes: 0 additions & 2 deletions packages/table/src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1423,12 +1423,10 @@ export default defineComponent({
// }
// if (!chRunTime || chRunTime + 10 < Date.now()) {
// internalData.chRunTime = Date.now()
// console.log(22)
// }
// internalData.chTimeout = setTimeout(() => {
// internalData.chRunTime = undefined
// internalData.chTimeout = undefined
// console.log(111)
// }, 80)
// }

Expand Down

0 comments on commit 2a43cdc

Please sign in to comment.