teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字

2019/12/12 08:53

投稿

tomato01
tomato01

スコア82

title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
  show: false,
31
31
  },
32
32
  computed: {
33
- msgCheck: function () {
33
+ msg: function () {
34
34
  if (this.msg.indexOf('apple') !== -1) {
35
35
  return show = true;
36
36
  }