This commit is contained in:
andrea.terzani
2024-07-31 14:32:22 +02:00
parent 8dd4417d0e
commit e466ff879e
7 changed files with 147 additions and 21 deletions

View File

@@ -38,10 +38,10 @@ import { onMounted } from 'vue'
import axios from 'axios';
import { useRoute, useRouter } from 'vue-router'
import { data } from 'autoprefixer';
const router = useRouter()
const ksdocuments = ref(null);
const scenario = ref([])
onMounted(() => {
axios.get('http://localhost:8082/fe-api/ksdocuments')

View File

@@ -0,0 +1,6 @@
<template>
<div className="card">
<h5>Empty Page</h5>
<p>Use this page to start from scratch and place your custom content.</p>
</div>
</template>