chore: add prettier and format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
useRender((ctx) => {
|
||||
ctx.fillStyle = "green";
|
||||
ctx.fillRect(0, 0, 100, 100);
|
||||
ctx.fillStyle = "green";
|
||||
ctx.fillRect(0, 0, 100, 100);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user