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