Change component name
This commit is contained in:
parent
6a8e3acb2c
commit
8fd9fdcc74
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: 'LoginCard',
|
||||
name: 'LoginView',
|
||||
data() { return {
|
||||
alert: `We will only be able to access your top tracks and artists, nothing else. This is also only done on your browser. Our servers do not see any of the data from your account.`,
|
||||
auth_base: `https://accounts.spotify.com/authorize`,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
import ControlCard from "./ControlBar.vue"
|
||||
|
||||
export default {
|
||||
name: ``,
|
||||
name: `MainView`,
|
||||
props: {
|
||||
preview_mode: Boolean,
|
||||
dev_mode: Boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue