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 c1a78b7 commit 76aba54Copy full SHA for 76aba54
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.19.2](https://github.com/DvShu/neatui-vue/compare/v0.19.1...v0.19.2) (2024-09-26)
4
+
5
6
+### Bug Fixes
7
8
+* **MdInput:** 修复赋予初始值时显示异常 ([3c1c96a](https://github.com/DvShu/neatui-vue/commit/3c1c96a4c07cd76895e6110f510b506252ac3e66))
9
10
## [0.19.1](https://github.com/DvShu/neatui-vue/compare/v0.19.0...v0.19.1) (2024-09-26)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
- "version": "0.19.1",
+ "version": "0.19.2",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
0 commit comments