-
+
-

+

- Welcome to Sunshine! + Hello, Sunshine!

+
+
@@ -31,13 +33,13 @@ 'ResourceCard': ResourceCard, 'LoginForm': LoginForm }, - data(){ + data() { return { a: 1 } }, - mounted(){ - console.log("Ciao!",this.$el) + mounted() { + console.log("Ciao!", this.$el) }, methods: { onLogin() { @@ -45,6 +47,6 @@ } } }); - console.log("App",app); + console.log("App", app); app.mount("#app"); \ No newline at end of file