Use mounted instead of compiled

Because compiled is removed.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-05-17 17:56:01 +09:00
parent 4cefbb173d
commit b962d0e91a
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -10,7 +10,7 @@ $(document).ready(()=> {
"processing": false
},
compiled: function(){
mounted: function(){
this.fetchLogs();
var self = this;