Skip to content
Snippets Groups Projects
Commit 0c934fab authored by Martin Lehoux's avatar Martin Lehoux
Browse files

home page

parent 3477905f
No related branches found
No related tags found
No related merge requests found
<template> <template lang="pug">
<div class="home"> .home
<img alt="Vue logo" src="../assets/logo.png" /> sui-image(src="img/wallpaper.jpg")
<HelloWorld msg="Welcome to Your Vue.js App" />
</div>
</template> </template>
<script> <script>
// @ is an alias to /src
import HelloWorld from "@/components/HelloWorld.vue";
export default { export default {
name: "home", name: "home",
components: { components: {
HelloWorld },
created() {
this.$store.dispatch("login");
} }
}; };
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment