2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52: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
+2 -3
View File
@@ -5,9 +5,8 @@
</template>
<script>
import vSelect from '../src/components/Select'
import countries from '../docs/.vuepress/data/countryCodes'
import books from '../docs/.vuepress/data/books'
import vSelect from '@/components/Select.vue'
import countries from '../docs/.vuepress/data/countryCodes.js'
export default {
components: { vSelect },