Skip to content

Commit

Permalink
ios autoplay fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagameow committed Jul 25, 2024
1 parent 287ee70 commit 30aa7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppFlowChartVideoNode.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
const props = defineProps({
defineProps({
data: {
type: Object,
required: true,
Expand All @@ -21,6 +21,7 @@ const props = defineProps({
autoplay
loop
muted
playsinline
>
Your browser does not support the video tag.
</video>
Expand Down

0 comments on commit 30aa7dc

Please sign in to comment.