cosey 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,7 +123,7 @@ function renderer({
123
123
  column
124
124
  })
125
125
  }), {
126
- default: () => [obj.format ? obj.format(cellValue, row, column, index) : cellValue, cellValue]
126
+ default: () => [obj.format ? obj.format(cellValue, row, column, index) : cellValue]
127
127
  });
128
128
  }
129
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosey",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "基于 Vue3 + vite 的后台管理系统框架",
5
5
  "type": "module",
6
6
  "main": "index.js",