Hello, is there any similar function in composition api like router.goBack() or router.go(-1) ? so I can redirect user to previous page? in options api it works but for composition it is not a function
You don't share any code, so I don't know what you've tried. Anyway, the useRouter function can be imported from vue-router and the back() method called like this: