see311

Results 6 comments of see311

@taosang1992 直接加载scroller里最下面的话会在loading图标和最后一个之间有个空隙,而且infinite的回调函数也不执行了。。。 请问你是怎么加的呢?

this error is caused by the invalid character, you can find '[]' this two is invalid in tomcat of the request url `api/json?tree=allBuilds[id,timestamp,result,duration]`. for the temporary solution, you can wrap...

> this error is caused by the invalid character, you can find '[]' this two is invalid in tomcat of the request url `api/json?tree=allBuilds[id,timestamp,result,duration]`. for the temporary solution, you can...

how to add the formatter for 'nunjucks'-files?

@HookyQR after I use "brace_style": "none,preserve-inline" or "brace_style": "expand,preserve-inline", it change to: ```javascript routes: [ { path: '/', name: 'HelloWorld', component: HelloWorld }, { path: '/', name: 'HelloWorld', component: HelloWorld...

@HookyQR sorry, my fault. the routes is in the object, it's a property of an object. likes: ```javascript { routes: [ { path: '/', name: 'HelloWorld', component: HelloWorld }, {...