Add linter

This commit is contained in:
Jai A
2023-03-30 14:02:46 -07:00
parent 7cd8205a3b
commit 99dd6e0965
13 changed files with 74 additions and 45 deletions

View File

@@ -2,7 +2,12 @@
import { Card, ChevronRightIcon } from 'omorphia'
const props = defineProps({
news: Object,
news: {
type: Object,
default() {
return {}
},
},
})
</script>