We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d5a8f commit 6b2f29aCopy full SHA for 6b2f29a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.9.3](https://github.com/DvShu/neatui-vue/compare/v0.9.2...v0.9.3) (2024-07-05)
4
+
5
6
+### Bug Fixes
7
8
+* **Table:** 修复类型定义错误 ([5bd88ec](https://github.com/DvShu/neatui-vue/commit/5bd88ec15ab237a4ae03d60da0c5a1a1c23e5bbb))
9
10
## [0.9.2](https://github.com/DvShu/neatui-vue/compare/v0.9.1...v0.9.2) (2024-07-04)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
- "version": "0.9.2",
+ "version": "0.9.3",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
0 commit comments