mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-17 13:01:46 +08:00
feat: add mention component (#17586)
* feat: add mention component * fix: build error * fix: build error * feat: delete as a whole * fix: update docs * fix: update global.d.ts * fix: update * fix: update code * fix: update code * fix: update code * fix: rename * fix: update code * fix: upload code * fix: update code * fix: fixed cursor position abnormality * fix: update code * fix: docs add avatar * fix: tooltip position is wrong when placing on top * feat: add overview icon * fix: overview icon color
This commit is contained in:
@ -541,6 +541,9 @@ defineExpose({
|
||||
/** @description from props (used on unit test) */
|
||||
autosize: toRef(props, 'autosize'),
|
||||
|
||||
/** @description is input composing */
|
||||
isComposing,
|
||||
|
||||
/** @description HTML input element native method */
|
||||
focus,
|
||||
/** @description HTML input element native method */
|
||||
|
Reference in New Issue
Block a user