Small fixes

This commit is contained in:
2023-11-29 20:50:06 +01:00
parent 3e3bcce806
commit 97096c3e31
4 changed files with 43 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ import Multiselect from 'vue-multiselect';
import { GChart } from 'vue-google-charts';
import { FwbDropdown, FwbListGroup, FwbListGroupItem } from 'flowbite-vue';
import EasyTable from "vue3-easy-data-table";
import SearchInput from '@/Components/SearchInput.vue';
//import autocomplete from '@trevoreyre/autocomplete-vue';
@@ -23,6 +24,7 @@ const ccountry = ref([]);
const ccountry_filter = ref([['Country'],]);
const ccountry_list = ref(['TEST']);
const selected = ref(null);
const article = ref('');
const options = {
region: 150,
@@ -131,9 +133,7 @@ onMounted(fetch);
<span class="font-extrabold font-mono">Zadaj polozku</span>
</div>
<div>
<multiselect :multiple="false" :options="[]">
</multiselect>
<SearchInput v-model="article"></SearchInput>
</div>
<div class="mt-5">
<EasyTable :rows-per-page=10 :headers="headers" :items="items"></EasyTable>