martywallace / vue-keyboard

A simple virtual keyboard for Vue.js.
MIT License
153 stars 16 forks source link

keyboard.value undefined #32

Open andreabisello opened 5 years ago

andreabisello commented 5 years ago

using the example https://github.com/martywallace/vue-keyboard#example

this

custom(keyboard) {
      console.log(keyboard.value);
    }

return undefined.