This commit is contained in:
2025-02-24 16:08:14 +08:00
parent 97907da0ba
commit eed4f3a64c

View File

@@ -23,7 +23,7 @@
<template #tab> <template #tab>
<n-flex align="center"> <n-flex align="center">
<Icon icon="skill-icons:javascript" :width="20" :height="20"></Icon> <Icon icon="skill-icons:javascript" :width="20" :height="20"></Icon>
<span>JS</span> <span>JavaScript</span>
</n-flex> </n-flex>
</template> </template>
<Editor language="js" :font-size="size" v-model:value="js" /> <Editor language="js" :font-size="size" v-model:value="js" />