Fritz Lin
Fritz Lin
@gusMoreno is there any third-party library that processes the textarea? like https://github.com/fritx/vue-at#used-with-3rd-party-libraries It should be working if you at least use the latest version of vue-at, 2.5.0-beta.2, try it plz
@overxue 是什么浏览器?或是有什么代码变动 你看看这边文档是否还正常 https://fritx.github.io/vue-at/
@overxue 嗯对 文档里需要强调 :joy: Related https://github.com/fritx/vue-at/issues/74#issuecomment-433898638
@86driver 有遇到什么困难吗 解决方式可否分享一下 😺
Seems we need to override the method, via hack or some new feature? https://github.com/fritx/vue-at/blob/ec002402ab875150558bbcc4f84d5deb3fa87be4/src/At.vue#L161-L164
@jetlej seems we already have an `@insert` event https://github.com/fritx/vue-at/blob/ec002402ab875150558bbcc4f84d5deb3fa87be4/src/At.vue#L452-L453
~~@jetlej Try the following example ;)~~ ```vue handleInsert (item) { console.log('inserted', item) } ```
@jetlej ah, sorry, you wanted to prevent the default one... so that a feature is required.
@LTY112 props传 ats或at 可以自定义 ```vue ``` > ats | Specify a list of "at" characters | Array | ['@'] https://fritx.github.io/vue-at/#/en/props https://fritx.github.io/vue-at/#/en/faq
Nice but does it work expectedly? Seems the `atwho` object is like ```js this.atwho = { range, offset, list, x: rect.left, y: rect.top - 4, cur: 0, // todo: 尽可能记录...