Skip to content

Commit 7413309

Browse files
committed
fix(linting): fix warnings
1 parent ff4b942 commit 7413309

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/components/AdvertiseBox.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
defineProps({
33
header: {
44
type: String,
5-
default: null,
65
required: true,
76
},
87
icon: {
98
type: String,
10-
default: null,
119
required: true,
1210
},
1311
color: {

app/components/tiptap/TipTap.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { Editor, EditorContent } from '@tiptap/vue-3'
77
const props = defineProps({
88
modelValue: {
99
type: String,
10-
default: '',
1110
required: true,
1211
},
1312
editable: {

0 commit comments

Comments
 (0)