Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Oct 19, 2021
1 parent 417d7cc commit c80c6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<router-view v-slot="{ Component }">
<component :is="Component" ref="current"/>
<component :is="Component" ref="current" />
</router-view>
<div v-if="current">
accessing frontmatter from outside via expose API:
Expand Down
2 changes: 1 addition & 1 deletion example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: UserConfig = {
pagesDir: 'pages',
extensions: ['vue', 'md'],
}),
Inspect()
Inspect(),
],
}

Expand Down

0 comments on commit c80c6ab

Please sign in to comment.