0
0
Fork 0

Remove unused things

This commit is contained in:
William Buezas 2024-04-24 17:48:47 -03:00
parent f3b5bf7f4b
commit 969087a347
1 changed files with 1 additions and 2 deletions

View File

@ -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"