Skip to content

Commit

Permalink
chore: fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Sep 9, 2023
1 parent be673ce commit 123250c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/SvgIcon/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</template>

<script lang="ts">
import { defineComponent, computed, PropType, h, ref, onMounted } from 'vue'
import { defineComponent, computed, PropType, ref, onMounted } from 'vue'
import { isExternalIcon } from '@/utils/validate'
import { useAppStore } from '@/stores/app'
Expand Down
2 changes: 0 additions & 2 deletions src/pages/links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ import PostStats from '@/components/Post/PostStats.vue'
import LinkBox from '@/components/Link/LinkBox.vue'
import LinkCard from '@/components/Link/LinkCard.vue'
import { Link, Page } from '@/models/Article.class'
import { Title } from '@/components/Title'
import { useAppStore } from '@/stores/app'
import { useArticleStore } from '@/stores/article'
import { useI18n } from 'vue-i18n'
Expand All @@ -125,7 +124,6 @@ export default defineComponent({
PostStats,
LinkBox,
LinkCard,
Title,
LinkCategoryList,
LinkList,
Comment,
Expand Down

0 comments on commit 123250c

Please sign in to comment.