2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +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>
<div id="app">
<sandbox hide-help>
<template slot-scope="config">
<v-select v-model="value" v-bind="config" />
</template>
<sandbox hide-help v-slot="config">
<v-select v-bind="config" />
</sandbox>
</div>
</template>
+1 -1
View File
@@ -179,7 +179,7 @@ const defaultConfig = () => ({
closeOnSelect: true,
disabled: false,
selectOntab: false,
placeholder: 'placeholder',
placeholder: 'Select a Country...',
});
export default {