preload audio files
This commit is contained in:
parent
e7f2b5ee0c
commit
d368d81f17
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<audio ref="audio"
|
||||
:src="definition.src"
|
||||
loop/>
|
||||
loop preload="auto"/>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
Loading…
Reference in a new issue