|
@@ -133,7 +133,6 @@ export default defineComponent({
|
|
|
top: "0px",
|
|
|
left: "0px"
|
|
|
}
|
|
|
- initPos()
|
|
|
function initPos() {
|
|
|
const musicAndSelectionDom = document.querySelector("#musicAndSelection")
|
|
|
const osmdSvgPage1Dom = musicAndSelectionDom?.querySelector("#osmdSvgPage1")
|
|
@@ -147,6 +146,7 @@ export default defineComponent({
|
|
|
})
|
|
|
}
|
|
|
onMounted(() => {
|
|
|
+ initPos()
|
|
|
Promise.all([createAudio(tickWav), createAudio(tockWav)]).then(
|
|
|
([tick, tock]) => {
|
|
|
if (tick) {
|