diff --git a/main.js b/main.js
index d68a0a1..18168bd 100644
--- a/main.js
+++ b/main.js
@@ -83,13 +83,11 @@ const utils = {
let app = {
el: '#app',
data: {
- title:'Vue-Boilerplate',
+ title: 'Vue-Boilerplate',
content: 'Fill this page with whatever you\'re going to develop.
Then enjoy!'
},
- methods: {
-
- },
- 'mounted': () => {
+ methods: {},
+ 'mounted': function () {
const self = this;
console.log('app mounted');
setTimeout(() => {