Improve demo

This commit is contained in:
Gennady Grishkovtsov
2018-08-09 22:22:56 +03:00
parent a573538bac
commit f210a001da
4 changed files with 54 additions and 19 deletions

View File

@@ -6,16 +6,6 @@
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<div id="app">
<audio-recorder
upload-url="some url"
:attempts="3"
:time="2"
:start-record="callback"
:stop-record="callback"
:start-upload="callback"
:successful-upload="callback"
:failed-upload="callback"/>
</div>
<div id="app"></div>
</body>
</html>