diff --git a/app.js b/app.js
index 5008f36..3b08cd8 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`,
@@ -81,4 +81,4 @@ let app = new Vue({
this.show.modal.playlist_export = false;
}
}
-})
+};
\ No newline at end of file
diff --git a/index.html b/index.html
index 4e2b6ee..2711fae 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
-
+
@@ -110,5 +110,10 @@
+
+
+