fix: add empty <template>

This commit is contained in:
2025-11-09 17:29:30 +01:00
parent 5da56fd83b
commit 6507c194d5
2 changed files with 4 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ useRender((ctx) => {
ctx.fillRect(0, 0, 100, 100);
});
</script>
<template></template>