fix: add empty <template>
This commit is contained in:
@@ -4,3 +4,5 @@ useRender((ctx) => {
|
|||||||
ctx.fillRect(0, 0, 100, 100);
|
ctx.fillRect(0, 0, 100, 100);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template></template>
|
||||||
|
|||||||
@@ -65,3 +65,5 @@ useRender((ctx) => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<template></template>
|
||||||
|
|||||||
Reference in New Issue
Block a user