Changed href=#! to class cursor-pointer.

This commit is contained in:
elweyn 2022-01-14 08:00:50 +01:00
parent 173a25dc3a
commit 03c7d664c3
3 changed files with 15 additions and 1 deletions

View File

@ -133,4 +133,8 @@ export default {
},
}
</script>
<style></style>
<style>
.cursor-pointer {
cursor: pointer;
}
</style>

View File

@ -94,3 +94,8 @@ export default {
},
}
</script>
<style>
.cursor-pointer {
cursor: pointer;
}
</style>

View File

@ -113,3 +113,8 @@ export default {
},
}
</script>
<style>
.cursor-pointer {
cursor: pointer;
}
</style>