You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
586 B
19 lines
586 B
<template>
|
|
<van-nav-bar title="教學影片" right-text="關閉" @click-right="$router.push('/card')" />
|
|
<div class="yt-content">
|
|
<iframe width="375" height="215" src="https://www.youtube.com/embed/fjZsQ0Rh6yk" title="Utel電子名片教學"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowfullscreen></iframe>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
</script>
|
|
|
|
<style lang="less" scoped>
|
|
.yt-content {
|
|
text-align: center;
|
|
background-color: #666;
|
|
}
|
|
</style> |