player link; page rendering

This commit is contained in:
bkfox
2024-01-05 19:17:10 +01:00
parent c52e87acd2
commit ccea2a5ea6
13 changed files with 119 additions and 278 deletions

View File

@@ -18,7 +18,7 @@ export default class VueLoader {
}
enable(hotReload=true) {
hotReload && this.pageLoad.enable()
hotReload && this.pageLoad.enable(document.body)
this.mount()
}