Kevin Lee

Results 6 issues of Kevin Lee

`width` 是否可以支持传字符串进去,我想传 `100%`,但目前好像不支持 或者把 `width` 改成非必传参?

question

![111](https://cloud.githubusercontent.com/assets/13218863/24864126/ca4241f2-1e35-11e7-89b7-15317e054264.png) Close #296

webpack2.2.3 相关配置如下: ```js plugins: [ ... new ProvidePlugin({ $ : 'jquery', jQuery : 'jquery', 'window.jQuery': 'jquery', 'window.$' : 'jquery', }) ] ``` 报错信息如下: ![111](https://cloud.githubusercontent.com/assets/13218863/24864126/ca4241f2-1e35-11e7-89b7-15317e054264.png)

https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#schemaObject The `SchemaObject` interface doesn't have `$ref` property https://github.com/kogosoftwarellc/open-api/blob/30a6a91349d122ae38b9faea210d3ec969cca29c/packages/openapi-types/index.ts#L524 Maybe `DefinitionsObject` interface and `properties` in `SchemaObject` interface should use `Schema` ? https://github.com/kogosoftwarellc/open-api/blob/30a6a91349d122ae38b9faea210d3ec969cca29c/packages/openapi-types/index.ts#L430

请问 uni-app 什么时候支持 ESM 呢 现在引入一些 ESM 包时会报错,比如 `strip-json-comments` 这个包,如果我在 `vite.config.ts` 中引入并使用就会报下面的错误 ```bash > uni -p mp-weixin Please note that in running mode, due to log output, sourcemap, and uncompressed...

uni 工程问题