質問編集履歴
1
false→trueに変更
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
mounted: function(){
|
|
21
21
|
if(this.B === ''){
|
|
22
|
-
B('disabled',
|
|
22
|
+
this.B('disabled', true);
|
|
23
23
|
}
|
|
24
24
|
</script>
|
|
25
25
|
```
|