soixantecircuits/idle-vue

Example readme - replace data object by function object return

Closed this issue · 0 comments

instead of an object use the function writing.

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