陈兴宇

Results 5 issues of 陈兴宇

Can you provide onCancel method as a parameter? ```js asyncComputed: { sum (onCancel) { const total = this.x + this.y return new Promise(resolve => const timer = setTimeout(() => resolve(total),...

I was trying to use this plugin in [nuxtjs](https://nuxtjs.org/), but it print this message when I run `npm run generate`. Here is my step: Import the plugin in `nuxt.config.js`. ![image](https://user-images.githubusercontent.com/7006257/40224629-517ce152-5ab9-11e8-9a95-09ecd08f6348.png)...

I want a virtual keyboard on mobile, with shortcut like **ctrl, alt, esc, arrow keys**, etc. Just like other ssh client on mobile (JuiceSSH, Termius).

When exclude option is a function and it has operator ||, all files will be ignored. For example, the following config will ignore all files: ```js require('postcss-pxtorem')({ exclude: function exclude(file)...