process of vueification
This commit is contained in:
5
src/components/Canvas.vue
Normal file
5
src/components/Canvas.vue
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<main id="main">
|
||||
<canvas width="500" height="500" id="canvas"></canvas>
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user