Recorder invisible
crouti opened this issue · comments
Max commented
Hi,
I've loaded Vue into a wordpress plugin, but can't see any recorder appearing, although no error, and recorder loaded as described in your example.
Vue.prototype.$http = axios
Vue.use(VueAudioRecorder);
var vm = new Vue({
el: document.querySelector('#mount'),
components: {VueAudioRecorder},
methods: {
callback (msg) {
console.debug('Event: ', msg)
}
}
})
Can you please advise why the recorder is not showing up ?
Please locate #mount in this page
Thank you very much
Max commented
was linked to loading order of js scripts