Commit 2a6f4d1f authored by “yiyousong”'s avatar “yiyousong”
parents 49fdbddd fd19f023
......@@ -93,6 +93,12 @@
:key="index"
:src="baseUrl + item"
></video>
<audio
controls
v-if="/\.(mp3|wav|)$/.test(item)"
:key="index"
:src="baseUrl + item"
></audio>
<a-button
:href="baseUrl + item"
v-else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment