0
0
Fork 0

Change component name

This commit is contained in:
Tyler-A 2020-08-02 23:42:04 -06:00
parent 6a8e3acb2c
commit 8fd9fdcc74
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<script> <script>
export default { export default {
name: 'LoginCard', name: 'LoginView',
data() { return { 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.`, 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`, auth_base: `https://accounts.spotify.com/authorize`,

View file

@ -12,7 +12,7 @@
import ControlCard from "./ControlBar.vue" import ControlCard from "./ControlBar.vue"
export default { export default {
name: ``, name: `MainView`,
props: { props: {
preview_mode: Boolean, preview_mode: Boolean,
dev_mode: Boolean, dev_mode: Boolean,