WIP MMCM
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user