2
0
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:
Jeff Sagal
2024-03-21 13:13:21 -07:00
parent 2bfaf2d735
commit fc997c195e
6 changed files with 1014 additions and 949 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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', () => {