implemented routing from users table to profile page
This commit is contained in:
@@ -12,6 +12,11 @@ export default {
|
||||
setup(props) {
|
||||
console.log(props.link);
|
||||
},
|
||||
computed: {
|
||||
currentRouteName() {
|
||||
return this.$route.name;
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user