我是 vuejs 的新手,我想知道在表单中跟踪最新的焦点输入/文本区域以便以编程方式从父组件修改它们的值的最佳方法是什么。
例子
Form
Input1
Input2 -> focused
Textarea
Button (onclick -> appends "hello" to the focused input)
慕森卡
相关分类