tvrcgo
tvrcgo
@kangaoxiaoshi 只启用 transform-runtime ,Array.prototype.findIndex 已经注入了,是你版本问题? env: - [email protected]
@luchenwei9266 working on v2.0
@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.
在开发 v2.0,但是目前我没商户号测试,进度慢
@miaojiuchen try to write global declaration file for css. Recommend to do like this: ```js declare module '*.css' { } ```