Skip to content

Commit 2fcb845

Browse files
committed
docs(demo): add korean
1 parent 8114e46 commit 2fcb845

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/src/.vuepress/components/cron-demo.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</template>
4040

4141
<script>
42-
import { withBase, } from '@vuepress/client'
43-
import { computed, ref } from 'vue'
42+
import { withBase, } from '@vuepress/client';
43+
import { computed, ref } from 'vue';
4444
4545
export default {
4646
setup (props) {
@@ -110,6 +110,10 @@ export default {
110110
name: 'Hindi (GPT-4)',
111111
value: 'hi',
112112
},
113+
{
114+
name: 'Korean',
115+
value: 'ko',
116+
},
113117
]
114118
locales.sort((a, b) => a.name.localeCompare(b.name))
115119

0 commit comments

Comments
 (0)