This commit is contained in:
@@ -9,9 +9,6 @@ defineProps<{
|
||||
<template>
|
||||
<n-flex align="center">
|
||||
<span>{{ problem.title }}</span>
|
||||
<Icon
|
||||
v-if="problem.allow_flowchart"
|
||||
icon="streamline-freehand-color:programming-flowchart"
|
||||
/>
|
||||
<Icon v-if="problem.allow_flowchart" width="18" icon="vscode-icons:file-type-drawio" />
|
||||
</n-flex>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user