feat: 接入编辑器和导入导出
This commit is contained in:
@@ -22,7 +22,7 @@ const currentMaterials = computed(() => {
|
||||
<div
|
||||
v-for="value in groups"
|
||||
:key="value.key"
|
||||
class="cursor-pointer flex flex-col items-center justify-center text-sm h-12"
|
||||
class="cursor-pointer flex flex-col items-center justify-center text-sm text-(--el-text-color-regular) h-12"
|
||||
:class="{ 'bg-white/10 text-white': activeGroup === value.key }"
|
||||
@click="activeGroup = value.key"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user