retejs / stage0-render-plugin

3 stars 6 forks source link

Make value setting more intuitive for control #1

Closed trsh closed 5 years ago

trsh commented 5 years ago
setValue(val) {
    this.stage0Context.root.value = val; // TODO get rid of stage0Context
  }
trsh commented 5 years ago

Whatever, for now it fits the common style

this.vueContext.value = val;