chore: remove unnecessary code
This commit is contained in:
parent
0562127e4a
commit
4e2e61d4dc
5 changed files with 2 additions and 25 deletions
|
@ -25,7 +25,6 @@ import FriendsList from '~/components/Me/FriendsList.vue';
|
|||
|
||||
let windowHash = ref(window.location.hash)
|
||||
|
||||
|
||||
function updateHash(newHash: string) {
|
||||
window.location.hash = newHash
|
||||
windowHash.value = `#${newHash}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue