feat(contenteditable): 添加占位符功能并优化编辑器
- 实现了 contenteditable 组件的占位符功能 - 优化了编辑器的初始化和变更处理逻辑 - 调整了编辑器样式,增加了最小高度 - 移除了不必要的模板代码
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -16,6 +16,8 @@ declare module 'vue' {
|
||||
ElOption: typeof import('element-plus/es')['ElOption']
|
||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||
ElSpace: typeof import('element-plus/es')['ElSpace']
|
||||
ElTable: typeof import('element-plus/es')['ElTable']
|
||||
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
||||
ElText: typeof import('element-plus/es')['ElText']
|
||||
RichText: typeof import('./src/components/RichText.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
||||
Reference in New Issue
Block a user