This commit is contained in:
Philipp Kühn 2020-10-12 17:45:38 +02:00
parent e3f5447476
commit 95aa1fd46b

View File

@ -155,15 +155,15 @@ query {
<script>
import linkGroups from '@/links.yaml'
import Icon from '@/components/Icon'
// import Icon from '@/components/Icon'
import PageNavigation from '@/components/PageNavigation'
import GithubButton from 'vue-github-button'
// import GithubButton from 'vue-github-button'
export default {
components: {
Icon,
// Icon,
PageNavigation,
GithubButton,
// GithubButton,
},
data() {