mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-26 04:34:04 +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,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