fix: withDefaultPlaceholder中将placeholder修改为computed, 解决后续使用updateSchema无法正常更新显示placeholder(响应式问题)

This commit is contained in:
dap
2025-03-14 16:09:37 +08:00
parent f415664acf
commit 2e064604c1
3 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
# 1.2.3
**BUG FIX**
- `withDefaultPlaceholder`中将`placeholder`修改为computed, 解决后续使用`updateSchema`无法正常更新显示placeholder(响应式问题)
# 1.2.2
**FEATURES**