2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

Update sandbox

This commit is contained in:
Jeff
2019-03-23 14:24:18 -07:00
parent 2ecad8496a
commit 503cfb0444
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -1,9 +1,7 @@
<template> <template>
<div id="app"> <div id="app">
<sandbox hide-help> <sandbox hide-help v-slot="config">
<template slot-scope="config"> <v-select v-bind="config" />
<v-select v-model="value" v-bind="config" />
</template>
</sandbox> </sandbox>
</div> </div>
</template> </template>
+1 -1
View File
@@ -179,7 +179,7 @@ const defaultConfig = () => ({
closeOnSelect: true, closeOnSelect: true,
disabled: false, disabled: false,
selectOntab: false, selectOntab: false,
placeholder: 'placeholder', placeholder: 'Select a Country...',
}); });
export default { export default {