diff --git a/app.js b/app.js
index 9d13afe..cb4d625 100644
--- a/app.js
+++ b/app.js
@@ -1,4 +1,4 @@
-let app = new Vue({
+var vue_config = {
el: `#app`,
data: {
api_base: `https://api.spotify.com/v1`,
@@ -29,8 +29,8 @@ let app = new Vue({
scopes: [
`user-top-read`
],
- show_dialog: true,
- use_state: false
+ show_dialog: false,
+ use_state: true
},
user: {
name: ``,
@@ -81,4 +81,4 @@ let app = new Vue({
this.show.modal.playlist_export = false;
}
}
-})
\ No newline at end of file
+};
\ No newline at end of file
diff --git a/index.html b/index.html
index 52b75ac..419fffa 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
-
+
@@ -110,5 +110,10 @@
+
+
+