2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

wip - install vite

w/ typescript, vitest, eslint, prettier
This commit is contained in:
Jeff Sagal
2022-02-17 21:46:05 -08:00
parent 7a3b373d43
commit 2ac879ed28
24 changed files with 1768 additions and 6883 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
import { createApp, h } from 'vue'
import Dev from './Dev.vue'
createApp({
render: () => h(Dev),
}).mount('#app')
createApp(Dev).mount('#app')