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:
赵添
2024-08-02 11:00:26 +08:00
committed by GitHub
parent 76ee10ab69
commit 0456c790db
91 changed files with 1737 additions and 12 deletions

View File

@ -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 */