2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +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,4 +1,4 @@
import { createApp, h } from 'vue'
import { createApp } from 'vue-demi'
import Dev from './Dev.vue'
createApp(Dev).mount('#app')