mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-04 06:32:23 +03:00
feat: add vue-demi support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { it, describe, expect } from 'vitest'
|
||||
import { defineComponent } from 'vue'
|
||||
import { defineComponent } from 'vue-demi'
|
||||
import { selectWithProps } from '@tests/helpers.js'
|
||||
|
||||
describe('Components API', () => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { it, test, describe, expect, vi } from 'vitest'
|
||||
import { h } from 'vue'
|
||||
import { h } from 'vue-demi'
|
||||
import { mountDefault } from '@tests/helpers.js'
|
||||
|
||||
describe('Scoped Slots', () => {
|
||||
|
||||
Reference in New Issue
Block a user