Lorti / vue-dictaphone

🎙️ Vue.js dictaphone component to record audio from the user
MIT License
24 stars 8 forks source link

Example in main page is missing a colon symbol, which allows to call custom functions #8

Closed belvederef closed 4 years ago

belvederef commented 4 years ago

The example snippet contains

<template slot-scope="{ isRecording, startRecording, stopRecording, deleteRecording }">

However since slot-scope is missing a colon the functions are not detected by Vue. I had to change it to :slot-scope.

Lorti commented 4 years ago

Of course, thanks!