Web designing

This commit is contained in:
2021-04-07 16:55:04 +02:00
parent 4e9729508f
commit 22b0db3536
6 changed files with 47 additions and 68 deletions

View File

@@ -1,13 +1,12 @@
<template>
<div class="home">
<img alt="Vue logo" src="../assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
<img alt="KamilCraft.com logo" src="https://kamilcraft.com/assets/img/logo.png">
<HelloWorld msg="Witam serdecznie 🤗"/>
</div>
</template>
<script>
// @ is an alias to /src
import HelloWorld from '@/components/HelloWorld.vue'
import HelloWorld from '@/components/HomePageElement.vue'
export default {
name: 'Home',