透過input 欄位的v-model n 與user.name 做模糊比對--> <li v-for="user in users | filterBy n in 'name'"> {{ user.name }} </li> </ul> </div>.
確定! 回上一頁