fix lint
This commit is contained in:
@@ -155,15 +155,15 @@ query {
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import linkGroups from '@/links.yaml'
|
import linkGroups from '@/links.yaml'
|
||||||
import Icon from '@/components/Icon'
|
// import Icon from '@/components/Icon'
|
||||||
import PageNavigation from '@/components/PageNavigation'
|
import PageNavigation from '@/components/PageNavigation'
|
||||||
import GithubButton from 'vue-github-button'
|
// import GithubButton from 'vue-github-button'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
Icon,
|
// Icon,
|
||||||
PageNavigation,
|
PageNavigation,
|
||||||
GithubButton,
|
// GithubButton,
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user