Got wonky autocomplete typing for @mention feature working somehow

Learned about watchers on Vue, set up one for the textarea. Borrowed code from another project on Codepen. Progress now: It filters for the username as I type "@..." now, but if I backspace, the selection is stuck on the last username. Only refreshing the page resets it. At least...