feat(contenteditable): 添加占位符功能并优化编辑器

- 实现了 contenteditable 组件的占位符功能
- 优化了编辑器的初始化和变更处理逻辑
- 调整了编辑器样式,增加了最小高度
- 移除了不必要的模板代码
This commit is contained in:
陈昱达
2025-03-19 18:56:28 +08:00
parent 0301e092ea
commit 0a6c2e75a7
5 changed files with 69 additions and 398 deletions

View File

@@ -9,7 +9,7 @@
@search="blurs"
></van-search>
</div>
<div class="new-survey-container container">
<div class="new-survey-container">
<van-list
v-model:loading="loading"
:finished="finished"