1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 13:13:56 +02:00
This commit is contained in:
syuilo
2018-06-08 11:46:45 +09:00
parent 335ab5ab54
commit ebeb7f8578
11 changed files with 117 additions and 81 deletions

View File

@@ -92,8 +92,9 @@ export default Vue.extend({
created() {
this.menu = [{
content: '%fa:cog% %i18n:@edit%',
onClick: () => {
icon: '%fa:cog%',
text: '%i18n:@edit%',
action: () => {
this.edit = !this.edit;
}
}];