Skip to content

Commit

Permalink
fix: 修复eslint报错
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeD3 committed Feb 1, 2023
1 parent 2e34a8e commit 1fe24b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ArticlesContent/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const { immerseState } = useImmerse()

<template>
<div class="main-area article-area" mb-1.5rem>
<article class="relative pt-2.667rem z-1 rd-t-4px rd-b-0 " >
<article class="relative pt-2.667rem z-1 rd-t-4px rd-b-0 ">
<h1 class="mt-0 mr-0 mb-1.667rem ml-0 text-2.667rem fw-600 color-[#252933] lh-1.31em">
{{ article.title }}
</h1>
Expand Down

0 comments on commit 1fe24b7

Please sign in to comment.