add scrumpy ad
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<template>
|
||||
<div class="page" spellcheck="false">
|
||||
|
||||
<navigation />
|
||||
|
||||
<div class="page__content">
|
||||
<router-view />
|
||||
</div>
|
||||
|
||||
<div class="page__footer">
|
||||
<a class="page__source-link" :href="$route.meta.githubUrl" target="_blank">
|
||||
<icon name="code" />
|
||||
@@ -12,17 +15,22 @@
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<ad />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Navigation from 'Components/Navigation'
|
||||
import Icon from 'Components/Icon'
|
||||
import Ad from 'Components/Ad'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Navigation,
|
||||
Icon,
|
||||
Ad,
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user