2
0
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:
Jeff
2018-08-15 17:00:20 -07:00
parent b5cd24776f
commit b48fd94e4f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"/>