Explorar el Código

Hide the description for an action button after clicking it

vintage
Fen Dweller hace 5 años
padre
commit
0483a9de22
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/components/ActionButton.vue

+ 1
- 0
src/components/ActionButton.vue Ver fichero

@@ -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")


Cargando…
Cancelar
Guardar