martywallace / vue-keyboard

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

put a word instead of a symbol in a layout without using callback function #31

Open andreabisello opened 5 years ago

andreabisello commented 5 years ago

i would like to create a layout using some words, not symbols.

i know i can use the {text:action} syntax,

but in my use case i simply want to put the text as value of the v-model.

now the work around is to create a method that set the value received as value of the v-model.