Skip to content

Commit 409168c

Browse files
committed
upgrade LiveCodes version
1 parent e548d58 commit 409168c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/.vitepress/components/Playground.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ const config: EmbedOptions['config'] = {
3939
'vue3-carousel': 'https://cdn.jsdelivr.net/npm/vue3-carousel/dist/carousel.mjs',
4040
'vue3-carousel/carousel.css':
4141
'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',
4244
},
4345
}
4446
@@ -58,7 +60,7 @@ watch(isDark, () => {
5860

5961
<template>
6062
<LiveCodes
61-
appUrl="https://v41.livecodes.io/"
63+
appUrl="https://v42.livecodes.io/"
6264
:config="config"
6365
@sdk-ready="onReady"
6466
:style="{ height: props.height || '250px' }"

0 commit comments

Comments
 (0)