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

refactor static assets, css to scss

This commit is contained in:
Jeff Sagal
2016-05-29 19:05:25 -07:00
parent 31c5d55baf
commit 2888ab2b3f
22 changed files with 170 additions and 141 deletions
+6
View File
@@ -3,6 +3,12 @@
</template>
<script type="text/babel">
/**
* Note that this file (and anything other than src/components/Select.vue)
* has nothing to do with how you use vue-select. These files are used
* for the demo site at http://sagalbot.github.io/vue-select/. They'll
* be moved out of this repo in the very near future to avoid confusion.
*/
export default {
props: ['lang'],
computed: {
+6
View File
@@ -135,6 +135,12 @@
</style>
<script>
/**
* Note that this file (and anything other than src/components/Select.vue)
* has nothing to do with how you use vue-select. These files are used
* for the demo site at http://sagalbot.github.io/vue-select/. They'll
* be moved out of this repo in the very near future to avoid confusion.
*/
import countries from '../countries/advanced'
import simple from '../countries/simple'
import vSelect from './Select.vue'
+6
View File
@@ -95,5 +95,11 @@
</template>
<script>
/**
* Note that this file (and anything other than src/components/Select.vue)
* has nothing to do with how you use vue-select. These files are used
* for the demo site at http://sagalbot.github.io/vue-select/. They'll
* be moved out of this repo in the very near future to avoid confusion.
*/
export default {}
</script>
@@ -24,6 +24,12 @@
</pre>
</template>
<script type="text/babel">
/**
* Note that this file (and anything other than src/components/Select.vue)
* has nothing to do with how you use vue-select. These files are used
* for the demo site at http://sagalbot.github.io/vue-select/. They'll
* be moved out of this repo in the very near future to avoid confusion.
*/
import vCode from '../Code.vue'
export default {
components: {vCode}