質問編集履歴
2
不要なコードの削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -84,11 +84,6 @@
|
|
84
84
|
}
|
85
85
|
};
|
86
86
|
},
|
87
|
-
computed: {
|
88
|
-
isCreated: function() {
|
89
|
-
return this.form.account.login_id !== undefined;
|
90
|
-
}
|
91
|
-
},
|
92
87
|
methods: {
|
93
88
|
// 登録ボタン押下
|
94
89
|
submitSave: function() {
|
1
他のユーザーに検索されやすくなるようにタイトルを編集
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Vue.jsでボタンが
|
1
|
+
Vue.jsでボタンが複数ある場合のそれぞれの処理を書きたい
|
body
CHANGED
File without changes
|