diff --git a/app/components/dashboard.vue b/app/components/dashboard.vue index e800ab8..f3354b4 100644 --- a/app/components/dashboard.vue +++ b/app/components/dashboard.vue @@ -1,6 +1,23 @@ @@ -10,18 +27,6 @@ return { entries: [] } - }, - methods: { - getEntries() { - console.log('make get resquest here'); - /*this.$http.get('http://localhost:3001/api/protected/random-quote', (data) => { - this.quote = data; - }, { - // Attach the JWT header - headers: auth.getAuthHeader() - }) - .error((err) => console.log(err))*/ - } } } diff --git a/app/components/password-generator.vue b/app/components/password-generator.vue index a97c47c..100a278 100644 --- a/app/components/password-generator.vue +++ b/app/components/password-generator.vue @@ -1,8 +1,8 @@