mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
build(vite): replace webpack with Vite, add Typescript (#1594)
BREAKING: mixins are no longer exported from the index (and will likely be converted to hooks)
This commit is contained in:
+2
-3
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user