oopsie ^_^

pull/1/head
Zakhar Timoshenko 3 years ago
parent 68d092e2b9
commit 95be8c4317

@ -17,7 +17,7 @@ import { onMounted } from "vue"
import DownloadButtons from "@theme/components/DownloadButtons.vue"; import DownloadButtons from "@theme/components/DownloadButtons.vue";
onMounted(() => { onMounted(() => {
window.location = `kotatsu://manga${window.location.toString().split("manga/").pop()}` window.location = `kotatsu://manga/manga${window.location.toString().split("manga/").pop()}`
}) })
</script> </script>

Loading…
Cancel
Save