mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-01 05:54:03 +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:
+1
-1
@@ -1,10 +1,10 @@
|
||||
<!-- eslint-disable vue/multi-word-component-names -->
|
||||
<script lang="ts" setup>
|
||||
import StyledComboBox from '@/components/ComboBox/StyledComboBox.vue'
|
||||
import ComboBoxOption from '@/components/ComboBox/ComboBoxOption.vue'
|
||||
import ComboBox from '@/components/ComboBox/ComboBox.vue'
|
||||
import ComboBoxMenu from '@/components/ComboBox/ComboBoxMenu.vue'
|
||||
import ComboBoxButton from '@/components/ComboBox/ComboBoxButton.vue'
|
||||
import ComboBoxInput from '@/components/ComboBox/ComboBoxInput.vue'
|
||||
import { countriesAndCodes } from '@docs/assets/static/data'
|
||||
import { ref } from 'vue'
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { createApp, h } from 'vue'
|
||||
import { createApp } from 'vue'
|
||||
import Dev from './Dev.vue'
|
||||
|
||||
createApp(Dev).mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user