This commit is contained in:
Jonathan Chevalier
2022-09-28 18:03:55 +02:00
parent c0ef555cea
commit 96c063865a
7 changed files with 198 additions and 611 deletions

View File

@@ -2,11 +2,13 @@
// This starter template is using Vue 3 <script setup> SFCs
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
import Home from './components/Home.vue'
import Wizard from "./components/Wizard.vue";
</script>
<template>
<div class="PARA">
<main id="product">
<wizard></wizard>
<router-view></router-view>
</main>
</div>