diff --git a/src/App.vue b/src/App.vue index 4d03e89..5f388e0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,6 +6,7 @@ import axios from 'axios' import Button from 'primevue/button' import DataTable from "primevue/datatable" import Column from "primevue/column" +import Card from "primevue/card" const allTables = ref() const activeTables = ref() @@ -24,12 +25,27 @@ onMounted(() => { + + - {{activeTables}} - {{allTables}} - - + + + Active Tables + + + + @@ -38,8 +54,16 @@ onMounted(() => { + + - + + + All Tables + + + + @@ -48,8 +72,8 @@ onMounted(() => { + + - -