mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix lint
This commit is contained in:
parent
e3f5447476
commit
95aa1fd46b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user