mirror of
https://github.com/romancm/gamebrary
synced 2025-02-16 11:08:24 +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>
|
<small>
|
||||||
<i class="fab fa-markdown" />
|
<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>
|
</small>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -53,7 +55,7 @@ import { mapState, mapGetters } from 'vuex';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
VueMarkdown,
|
VueMarkdown,
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue