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:
+2
-4
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user