Selaa lähdekoodia

Hide the description for an action button after clicking it

vintage
Fen Dweller 5 vuotta sitten
vanhempi
commit
0483a9de22
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/components/ActionButton.vue

+ 1
- 0
src/components/ActionButton.vue Näytä tiedosto

@@ -34,6 +34,7 @@ export default class ActionButton extends Vue {
} else {
this.$emit('executed', this.user.executeAction(this.action, this.target))
}
this.undescribe()
}

@Emit("describe")


Loading…
Peruuta
Tallenna