rename control to player
This commit is contained in:
parent
1d4c55a57e
commit
4a1ee47771
@ -5,8 +5,8 @@
|
||||
<b-button to="/" variant="primary">
|
||||
Home
|
||||
</b-button>
|
||||
<b-button to="/control" variant="primary">
|
||||
Control
|
||||
<b-button to="/player" variant="primary">
|
||||
Player
|
||||
</b-button>
|
||||
<b-button to="/media" variant="primary">
|
||||
Media
|
||||
|
@ -272,7 +272,7 @@ import { mapState } from 'vuex'
|
||||
import Menu from '@/components/Menu.vue'
|
||||
|
||||
export default {
|
||||
name: 'Control',
|
||||
name: 'Player',
|
||||
middleware: 'auth',
|
||||
|
||||
components: {
|
Loading…
x
Reference in New Issue
Block a user