2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Fix linting errors - remove unused imports, fix function parameters, add eslint-disable for component names

Co-authored-by: sagalbot <692538+sagalbot@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-09 20:46:13 +00:00
parent c9917dfd21
commit 5678996e96
12 changed files with 44 additions and 41 deletions
@@ -3,7 +3,6 @@ import { ref, watch } from 'vue'
import ComboBox from '@/components/ComboBox/ComboBox.vue'
import ComboBoxInput from '@/components/ComboBox/ComboBoxInput.vue'
import ComboBoxMenu from '@/components/ComboBox/ComboBoxMenu.vue'
import ComboBoxOption from '@/components/ComboBox/ComboBoxOption.vue'
import ComboBoxButton from '@/components/ComboBox/ComboBoxButton.vue'
import type { VueSelectOption } from '@/types'