Skip to content

Commit b48fd94

Browse files
author
Jeff
committed
add codepen theme
fix templating pen height
1 parent b5cd247 commit b48fd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vuepress/components/CodePen.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<p :data-height="height"
3-
data-theme-id="dark"
3+
data-theme-id="32252"
44
:data-slug-hash="url"
55
data-default-tab="result"
66
data-user="sagalbot"

docs/docs/digging-deeper/templating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ vue-select provides the scoped `option` slot in order to create custom dropdown
1414
Using the `option` slot with `slot-scope="option"` gives the
1515
provides the current option variable to the template.
1616

17-
<CodePen url="NXBwYG" height="50"/>
17+
<CodePen url="NXBwYG" height="500"/>

0 commit comments

Comments
 (0)