Skip to content

Commit 3a8dba9

Browse files
[autofix.ci] apply automated fixes
1 parent 99686de commit 3a8dba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/content/ProseA.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const whiteList = [
1111
]
1212
1313
const rel = computed(() => {
14-
if (whiteList.some((domain) => props.href.includes(domain)))
14+
if (whiteList.some(domain => props.href.includes(domain)))
1515
return 'noopener'
1616
1717
return 'noopener noreferrer'

0 commit comments

Comments
 (0)