2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00
This commit is contained in:
Jeff Sagal
2021-07-28 15:56:54 -07:00
parent 3399ecbd9a
commit ae2eb99f86
22 changed files with 1196 additions and 234 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
<script>
import vSelect from "../src/components/Select";
import countries from "../docs/data/countryCodes";
import books from "../docs/data/books";
import countries from "../docs/assets/data/countryCodes";
import books from "../docs/assets/data/books";
export default {
components: { vSelect },