fix: add empty <template>

This commit is contained in:
2025-11-09 17:29:30 +01:00
parent 64a51c9cad
commit a39369a7fe
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>

View File

@@ -65,3 +65,5 @@ useRender((ctx) => {
);
});
</script>
<template></template>