22 lines
376 B
Vue
22 lines
376 B
Vue
<template>
|
|
<div>
|
|
<h2>ISWIsion | the daily Liveshow</h2>
|
|
<div class="streamWrapper">
|
|
<iframe
|
|
src="https://cdn.fem-net.de/i/Y6tM58-zZ5PyRvpeHuPb0"
|
|
frameborder="0"
|
|
scrolling="no"
|
|
allowfullscreen="true"
|
|
></iframe>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
components: {}
|
|
}
|
|
</script>
|
|
|
|
<style scoped></style>
|