fimars
fimars
Maybe you can first publish a `@types` version? @yenbekbay
@Nemmo I am not maintaining this project. This PR is as @developit said, some of the broken changes may not be merged now. Maybe you can make a new PR....
> It might be wise to hold off on merging typings that require 2.8+ at this point. I think a lot of people are still on 2.7, myself included (2.8...
如果只是`d.ts`(类型声明文件)的话貌似没有什么特别好的办法了; 我自己的话是用ts开发的小程序项目,然后稍微弄了个修饰器增强了回调函数的类型。
@qdelettre `options.imageUploadParams` still doesn't work.
> @qdelettre `options.imageUploadParams` still doesn't work. I mean, if you change angular-froalaEditor options later, the **inner froalaEditor** options will don't change
暂时可以在vue-cli中设置`css.extract: true`来解决
```js // vue.config.js module.exports = { ... ... css: { extract: true } } ```