builder layout start
This commit is contained in:
parent
1b93b28258
commit
4cf5b989e0
3 changed files with 63 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
</template>
|
||||
<template #diffMain>
|
||||
<div class="flex flex-col w-full h-full gap-2 justify-center px-7">
|
||||
<div class="border border-gray-300 rounded-md p-2">builder</div>
|
||||
<BuilderHost />
|
||||
<p>Ergebnisse:</p>
|
||||
<Pagination
|
||||
:items="data"
|
||||
:totalCount="totalLength"
|
||||
|
@ -29,6 +30,7 @@ import { mapActions, mapState } from "pinia";
|
|||
import MainTemplate from "@/templates/Main.vue";
|
||||
import Pagination from "@/components/Pagination.vue";
|
||||
import { useQueryBuilderStore } from "@/stores/admin/queryBuilder";
|
||||
import BuilderHost from "../../../../components/queryBuilder/BuilderHost.vue";
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue