use hash mode in vue router

- rename keyboard.ts -> useKeyboard.ts
This commit is contained in:
geoffrey45
2022-06-09 19:47:38 +03:00
parent c1834778f1
commit a14f35b0e5
10 changed files with 36 additions and 500 deletions
+1
View File
@@ -33,6 +33,7 @@ class Track:
try:
self.trackid = tags["_id"]["$oid"]
except KeyError:
print("No id")
print(tags)
self.title = tags["title"]