
@ -1,26 +1,34 @@ |
|||
<template> |
|||
<img alt="Vue logo" src="./assets/logo.png"> |
|||
<HelloWorld msg="Welcome to Your Vue.js App"/> |
|||
<div> |
|||
<h2>Snídaně</h2> |
|||
<h2>Oběd</h2> |
|||
<h3>Večeře</h3> |
|||
<h1>MILUJU MATĚJE</h1> |
|||
<button v-on:click="stav = ! stav" > |
|||
<span v-if="!stav">Ukaž co jsi zač</span> |
|||
<span v-else>Schvej čaj</span> |
|||
</button> |
|||
<p v-if="stav"> |
|||
<img src="./assets/caj.jpg" alt=""> |
|||
</p> |
|||
|
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import HelloWorld from './components/HelloWorld.vue' |
|||
|
|||
|
|||
export default { |
|||
name: 'App', |
|||
components: { |
|||
HelloWorld |
|||
data: () => { |
|||
return{ |
|||
stav: false, |
|||
} |
|||
} |
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style> |
|||
#app { |
|||
font-family: Avenir, Helvetica, Arial, sans-serif; |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
text-align: center; |
|||
color: #2c3e50; |
|||
margin-top: 60px; |
|||
} |
|||
|
|||
</style> |
|||
|
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 18 KiB |