let timeout = null; watch(searchText, () => { clearTimeout(timeout); timeout = setTimeout(() => { getTodos(1); }, 1000) });
page 안에는 router 컴포넌트들이 들어가게 됨
ex) / : pages/index.vue /todos : pages/todos/todos.vue