feat: markdown parser for links and lists
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
<div v-if="course.status != 'Approved'">
|
||||
<Badge
|
||||
variant="solid"
|
||||
variant="subtle"
|
||||
:theme="course.status === 'Under Review' ? 'orange' : 'blue'"
|
||||
size="sm"
|
||||
>
|
||||
|
||||
@@ -26,7 +26,7 @@ const props = defineProps({
|
||||
required: true,
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
type: [String, null],
|
||||
required: true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user