test 1
This commit is contained in:
parent
5a1d41775b
commit
0c3bbfe18f
|
|
@ -29,14 +29,10 @@ const logout = () => {
|
|||
router.post(route('logout'));
|
||||
};
|
||||
|
||||
const setRoute = (index) => {
|
||||
return route('client.show', index);
|
||||
}
|
||||
|
||||
const onSearchFocus = () => {
|
||||
if(querySearch.value.length > 0) {
|
||||
//if(querySearch.value.length > 0) {
|
||||
querySearchList.value = false;
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
const onSearchBlue = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user