Qingmu

Results 55 comments of Qingmu

![image](https://user-images.githubusercontent.com/31089228/89185737-4cb28000-d5cd-11ea-8c0b-317ae468de3d.png) Sometimes encounter this error. ```vue ``` This error occurs when switching hasShow display

``` declare module "beautify-qrcode" { interface qrOptions { text: string; correctLevel: 1 | 0 | 3 | 2; width: number; height: number; isSpace: boolean; } export default { encodeData: (options:...

图标这个属性还存在么?

![image](https://user-images.githubusercontent.com/31089228/94409537-ddaa6f80-01a8-11eb-8687-c110a6f24851.png)

Very interested, I can help you test new content.

> why is it so complicated, seriously, i just want to set my f*cking desk on fire. 3 hours trying to add an app to NX that only uses yargs...

my code: SyntaxError: Unexpected token, expected "}" (58:13) ```typescript const payloadData = { subject: "title", ...this._commonRequest() }; ``` my prettier config ```json { "semi": false, "singleQuote": true, "jsxSingleQuote": true, "tabWidth":...

默认项目 fill 就是 css variables 且可以全局配置,这样就可以快速接入当前 UI Framework 了。

how to support `module` attr in style tag ``` .default-header { position: relative; height: 65px; border-bottom: 1px solid $gray-400; } ```

> I'm thinking in integrating it in PIXI Custom components, using graphics(that in underlying implementation uses a canvas context). > > Somethink like that, but using rough. Then we will...