E.g.: If any input in the first group gets focus, call doA. Likewise for the second group. <template> <div> <div @focus="doA"> <input ...
確定! 回上一頁