We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e548d58 commit 409168cCopy full SHA for 409168c
docs/.vitepress/components/Playground.vue
@@ -39,6 +39,8 @@ const config: EmbedOptions['config'] = {
39
'vue3-carousel': 'https://cdn.jsdelivr.net/npm/vue3-carousel/dist/carousel.mjs',
40
'vue3-carousel/carousel.css':
41
'https://cdn.jsdelivr.net/npm/vue3-carousel/dist/carousel.css',
42
+ 'vue3-carousel/dist/carousel.css':
43
+ 'https://cdn.jsdelivr.net/npm/vue3-carousel/dist/carousel.css',
44
},
45
}
46
@@ -58,7 +60,7 @@ watch(isDark, () => {
58
60
59
61
<template>
62
<LiveCodes
- appUrl="https://v41.livecodes.io/"
63
+ appUrl="https://v42.livecodes.io/"
64
:config="config"
65
@sdk-ready="onReady"
66
:style="{ height: props.height || '250px' }"
0 commit comments