s3e36 template
This commit is contained in:
parent
c5776f88d5
commit
b7bc1d8829
@ -11,6 +11,10 @@
|
||||
|
||||
<p v-if="show">You can see me</p>
|
||||
<p v-else>Now you see me</p>
|
||||
<template v-if="show">
|
||||
<h1>Heading</h1>
|
||||
<p>Inside a template</p>
|
||||
</template>
|
||||
<p>Do you also see me?</p>
|
||||
</div>
|
||||
<script src="app.js" charset="utf-8"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user