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:
+2
-4
@@ -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>
|
||||
|
||||
@@ -179,7 +179,7 @@ const defaultConfig = () => ({
|
||||
closeOnSelect: true,
|
||||
disabled: false,
|
||||
selectOntab: false,
|
||||
placeholder: 'placeholder',
|
||||
placeholder: 'Select a Country...',
|
||||
});
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user