Fixed indentation

This commit is contained in:
Roman Cervantes 2019-12-03 15:50:05 -07:00
parent 510c9f48a4
commit bc76ad90d1

View file

@ -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() {