13 lines
271 B
Vue
13 lines
271 B
Vue
<template>
|
|
<q-page padding>
|
|
<div class="text-h4">Engine Starting</div>
|
|
<q-video
|
|
title="Engine Starting"
|
|
:ratio="16 / 9"
|
|
src="https://www.youtube.com/embed/GMHMLDlkKcE"
|
|
></q-video>
|
|
</q-page>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|