forked from verdnatura/salix-front
Remove unused things
This commit is contained in:
parent
f3b5bf7f4b
commit
969087a347
|
@ -1,5 +1,5 @@
|
|||
<script setup>
|
||||
import { ref, watch, computed } from 'vue';
|
||||
import { ref } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { onMounted } from 'vue';
|
||||
import { useStateStore } from 'stores/useStateStore';
|
||||
|
@ -160,7 +160,6 @@ onMounted(async () => {
|
|||
auto-load
|
||||
@on-fetch="(data) => (tagOptions = data)"
|
||||
/>
|
||||
<pre>{{ itemTypesFilter }}</pre>
|
||||
<VnFilterPanel
|
||||
:data-key="props.dataKey"
|
||||
:search-button="true"
|
||||
|
|
Loading…
Reference in New Issue