mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
add codepen theme
fix templating pen height
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<p :data-height="height"
|
<p :data-height="height"
|
||||||
data-theme-id="dark"
|
data-theme-id="32252"
|
||||||
:data-slug-hash="url"
|
:data-slug-hash="url"
|
||||||
data-default-tab="result"
|
data-default-tab="result"
|
||||||
data-user="sagalbot"
|
data-user="sagalbot"
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ vue-select provides the scoped `option` slot in order to create custom dropdown
|
|||||||
Using the `option` slot with `slot-scope="option"` gives the
|
Using the `option` slot with `slot-scope="option"` gives the
|
||||||
provides the current option variable to the template.
|
provides the current option variable to the template.
|
||||||
|
|
||||||
<CodePen url="NXBwYG" height="50"/>
|
<CodePen url="NXBwYG" height="500"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user