Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
feast
Segui
1
Vota
0
Forka
1
Codice
Problemi
2
Pull Requests
1
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Hide the description for an action button after clicking it
vintage
Fen Dweller
5 anni fa
parent
7a959036bb
commit
0483a9de22
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/ActionButton.vue
+ 1
- 0
src/components/ActionButton.vue
Vedi File
@@ -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")
Write
Preview
Loading…
Annulla
Salva