add: category, date sorting
Add category layouts and date sorting
This commit is contained in:
parent
9b66a79a8c
commit
579491f216
7 changed files with 85 additions and 25 deletions
|
@ -20,5 +20,5 @@ const icons: Record<Category, string> = {
|
|||
'freelancing': 'ph:laptop-duotone',
|
||||
}
|
||||
|
||||
const icon = computed(() => name ? icons[name] : 'ph:question-mark-duotone')
|
||||
const icon = computed(() => icons[name] ?? 'ph:question-mark-duotone')
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue