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