Skip to content

Commit 094cb16

Browse files
awa
1 parent a0ef494 commit 094cb16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/notes/attachment.vue

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
preload: 'auto',
1313
sources: [
1414
{
15-
src: attachment.url
15+
src: attachment.url,
16+
type: 'video/mp4'
1617
}
1718
]
1819
}" />
@@ -62,7 +63,8 @@
6263
preload: 'auto',
6364
sources: [
6465
{
65-
src: attachment.url
66+
src: attachment.url,
67+
type: 'video/mp4'
6668
}
6769
]
6870
}" />

0 commit comments

Comments
 (0)