feat: markdown parser for links and lists
This commit is contained in:
@@ -26,7 +26,7 @@ const props = defineProps({
|
||||
required: true,
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
type: [String, null],
|
||||
required: true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user