Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7413309

Browse filesBrowse files
committed
fix(linting): fix warnings
1 parent ff4b942 commit 7413309
Copy full SHA for 7413309

File tree

2 files changed

+0
-3
lines changed
Filter options

2 files changed

+0
-3
lines changed

‎app/components/AdvertiseBox.vue

Copy file name to clipboardExpand all lines: app/components/AdvertiseBox.vue
-2
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

Copy file name to clipboardExpand all lines: app/components/tiptap/TipTap.vue
-1
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.