Skip to content

Commit 2f1c1f8

Browse files
committed
Fix build
1 parent ef15eb0 commit 2f1c1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<!-- just for tests -->
3-
<video src="." style="background-color: aqua"> TEST </video>
3+
<video src="#" style="background-color: aqua"> TEST </video>
44

55
<FileInput :state="state">
66
<FileInputSelectedInfo :state="state"/>

0 commit comments

Comments
 (0)