mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
[web] Lint source code
This commit is contained in:
parent
0657535d04
commit
581544207b
@ -255,8 +255,8 @@
|
||||
<script>
|
||||
import * as types from '@/store/mutation_types'
|
||||
import ControlSlider from '@/components/ControlSlider.vue'
|
||||
import NavbarItemLink from './NavbarItemLink.vue'
|
||||
import NavbarItemOutput from './NavbarItemOutput.vue'
|
||||
import NavbarItemLink from '@/components/NavbarItemLink.vue'
|
||||
import NavbarItemOutput from '@/components/NavbarItemOutput.vue'
|
||||
import PlayerButtonConsume from '@/components/PlayerButtonConsume.vue'
|
||||
import PlayerButtonLyrics from '@/components/PlayerButtonLyrics.vue'
|
||||
import PlayerButtonNext from '@/components/PlayerButtonNext.vue'
|
||||
|
@ -122,7 +122,7 @@
|
||||
|
||||
<script>
|
||||
import * as types from '@/store/mutation_types'
|
||||
import NavbarItemLink from './NavbarItemLink.vue'
|
||||
import NavbarItemLink from '@/components/NavbarItemLink.vue'
|
||||
|
||||
export default {
|
||||
name: 'NavbarTop',
|
||||
|
Loading…
x
Reference in New Issue
Block a user