canvas included in the main page, still shiting with vue
This commit is contained in:
12
front/MyINPulse-front/src/views/CanvasView.vue
Normal file
12
front/MyINPulse-front/src/views/CanvasView.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<!-- src/views/CanvasView.vue -->
|
||||
<template>
|
||||
<div>
|
||||
<h1>Page Canvas</h1>
|
||||
<LeanCanvas />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import LeanCanvas from '@/components/canvas/Lean-canvas.vue';
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user