Skip to content
Snippets Groups Projects
Commit 5c53c86d authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

reset input search when changing member page

parent af98066e
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,13 @@ export default {
if (index >= start && index < end) return true
})
}
},
watch: {
certifs: {
handler(n, o) {
this.search = ""
}
}
}
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment