This commit is contained in:
syuilo
2018-08-07 03:20:26 +09:00
parent 75c44cd349
commit d733a1b445
12 changed files with 43 additions and 51 deletions

View File

@ -27,7 +27,7 @@ export default Vue.extend({
methods: {
add() {
(this as any).apis.input({
title: 'リスト名',
title: '%i18n:@list-name%',
}).then(async title => {
const list = await (this as any).api('users/lists/create', {
title