soixantecircuits / idle-vue

Vue component wrapper for idle-js
MIT License
125 stars 40 forks source link

Example readme - replace data object by function object return #22

Closed gabrielstuff closed 6 years ago

gabrielstuff commented 6 years ago

instead of an object use the function writing.

data () {
    return {messageStr: 'Hello'}
  },