Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 10, 2021
1 parent b5e457d commit 39c24a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/showcases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const showcases: ShowCaseInfo[] = [
},
{
title: 'Developer Seonglae',
cover: `https://seonglae-slides.vercel.app/og.png`,
cover: 'https://seonglae-slides.vercel.app/og.png',
author: {
name: 'Seonglae Cho',
link: 'https://github.com/seonglae',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<div v-if="repo" class="item">
<a class="nav-btn" :href="repo.link" target="_blank" aria-label="View GitHub Repo">
<ri-github-line/>
<ri-github-line />
</a>
</div>

Expand Down
1 change: 1 addition & 0 deletions packages/client/builtin/VClick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineComponent({
props: {
at: {
type: [Number, String],
default: null,
},
},
render() {
Expand Down
1 change: 1 addition & 0 deletions packages/client/builtin/VClicks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineComponent({
},
at: {
type: [Number, String],
default: null,
},
},
render() {
Expand Down

0 comments on commit 39c24a7

Please sign in to comment.