Skip to content

Commit

Permalink
update: added iframe to Home.vue examples
Browse files Browse the repository at this point in the history
some form of empiric evidence of feature working
  • Loading branch information
renatodeleao committed Aug 27, 2020
1 parent e2e2bd1 commit 272e66c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example/src/views/Home.vue
Expand Up @@ -12,6 +12,7 @@
<div class="lime-box" ref="limeEl">
<p>Click Outside #lime box</p>
</div>
<iframe class="iframe" src="/about" width="100%" />
</div>
</div>
</template>
Expand Down Expand Up @@ -77,5 +78,9 @@ export default {
background-color: lime;
height: 50px;
}
</style>
.iframe {
border: 1px solid lightgrey;
margin-top: 1em;
}
</style>

0 comments on commit 272e66c

Please sign in to comment.