Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Commit

Permalink
chore: format temes/index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
veaba committed Aug 30, 2020
1 parent 525037e commit e09347c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/.vuepress/components/community/themes/index.vue
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<template>
<div class="themes">
<theme-provider v-for="provider in providers" :key="provider.name" :provider="provider" />
<div class="themes">
<theme-provider v-for="provider in providers" :key="provider.name" :provider="provider"/>

<p>
想在这里展示你的主题吗?
<a href="mailto:[email protected]?subject=Theme+affiliation">联系我们</a>!
想在这里展示你的主题吗?
<a href="mailto:[email protected]?subject=Theme+affiliation">联系我们</a>!
</p>
</div>
</div>
</template>

<script>
import providers from './theme-data'
export default {
components: {
ThemeProvider: () => import('./theme-provider')
},
components: {
ThemeProvider: () => import('./theme-provider')
},
data: () => ({
providers
})
data: () => ({
providers
})
}
</script>

0 comments on commit e09347c

Please sign in to comment.