feat: restructure components folder
This commit is contained in:
6
app/components/Background.vue
Normal file
6
app/components/Background.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
useRender((ctx) => {
|
||||
ctx.fillStyle = "green";
|
||||
ctx.fillRect(0, 0, 100, 100);
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user