mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Fixed indentation
This commit is contained in:
parent
510c9f48a4
commit
bc76ad90d1
1 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,9 @@
|
|||
|
||||
<small>
|
||||
<i class="fab fa-markdown" />
|
||||
<a href="https://guides.github.com/features/mastering-markdown/" target="_blank">Markdown supported</a>
|
||||
<a href="https://guides.github.com/features/mastering-markdown/" target="_blank">
|
||||
Markdown supported
|
||||
</a>
|
||||
</small>
|
||||
|
||||
<footer>
|
||||
|
@ -53,7 +55,7 @@ import { mapState, mapGetters } from 'vuex';
|
|||
|
||||
export default {
|
||||
components: {
|
||||
VueMarkdown,
|
||||
VueMarkdown,
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
Loading…
Reference in a new issue