tvrcgo

Results 6 comments of tvrcgo

@kangaoxiaoshi 只启用 transform-runtime ,Array.prototype.findIndex 已经注入了,是你版本问题? env: - [email protected]

@imshenyz v1.x 版本对应的官方文档很多都发生了变化,暂不更新了,等 v2.0 吧

I use `cli.command` to init command and `type` is not working. like this: ``` node bin/cli.js destroy 1002822319600013312 ``` destroy a record by id.

@miaojiuchen try to write global declaration file for css. Recommend to do like this: ```js declare module '*.css' { } ```