Fritz Lin
Fritz Lin
@Brimstedt @wtoalabi AHH, seems it is?! as https://github.com/fritx/vue-at#custom-list ```vue ``` ```vue ```
@wtoalabi ~~my code above has been corrected, should provide `(slot-)scope` attribute..~~
Wait... are you using contenteditable or textarea?
The code above has been fixed. sorry for the previous typo mistake..
@mankowitz good idea. I guess a corresponding `deleteMatch` should be defined to use together with `processItem`?? ```js deleteMatch: { type: Function, default: (name, chunk, suffix) => { return chunk ===...
@mankowitz sorry.. but have a look at my previous comments :D The changes seem to be more than just one feature, I want things to be nailed in certain commits....
@mankowitz i'm sorry you have deleted the source of this PR and also there are some conflicts in it that I can not merge it right now.
@Luokun2016 vue-at 还没提供 *.d.ts declaration 你项目的环境可能是ts,目前的workaround 估计只能 const At = require('vue-at') 跳过 参考 https://github.com/microsoft/typescript/issues/3019#issuecomment-98806458
@humblecoder did you mean the ..? which were examples for custom-tags usage https://github.com/fritx/vue-at#custom-tags https://github.com/fritx/vue-at/blob/dev/src/App.vue#L25-L27 ```vue {{ s.current.name }} ``` @humblecoder @arturcesarmelo maybe to put the "unique-id" in an attribute of...
@humblecoder yeah did you use a `` or a `` as an editor? The feature of customizing embedded tag is only for `contenteditable`.