grishkovelli / vue-audio-recorder

A simple audio recorder for VueJS applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recorder invisible

crouti opened this issue · comments

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

commented

was linked to loading order of js scripts