You've already forked obsidian-visualiser
New default layout without vuejs rendering (still needs some fixes)
This commit is contained in:
@@ -26,12 +26,12 @@ onMounted(() => {
|
||||
if(container.value && id)
|
||||
{
|
||||
const character = new CharacterSheet(id, user);
|
||||
container.value.appendChild(character.container);
|
||||
container.value.replaceWith(character.container);
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div ref="container"></div>
|
||||
<div class="flex h-full" ref="container"></div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user