เพิ่ม _blank

This commit is contained in:
setthawutttty 2024-01-10 15:57:50 +07:00
parent e876106f7d
commit cd694a8e93

View file

@ -127,7 +127,7 @@ const clickSearch = async () => {
};
// Redirect to
const clickRedirect = (id: string) => {
router.push(`/registry/${id}`);
window.open(`/registry/${id}`, '_blank');
};
const paging = ref<boolean>(true);
const pagination = ref({