VikydZhang

Results 30 issues of VikydZhang

Need npm vue3-sfc-loader.min.js

enhancement

### 这个功能解决了什么问题 Button 的 loading 功能不错。 ### 你建议的方案是什么 建议:Button 的 loading 为 true 时,可选不 disabled。 因为有时,loading 也可以点击进行 `取消` 。

from `src/helper.js` ```js const FORBIDDEN_NODES = ['INPUT', 'TEXTAREA', 'SELECT'] if (FORBIDDEN_NODES.includes(nodeName)) return ``` I want to enable v-hotkey shortcut in editable elements(like input, select, textarea). Can this be a option...

Wants 2 features: - Auto insert support recursive folders - Auto insert auto skip files without ``

enhancement

Ant Design React 有 Hello World,里面用到了 cnpm,但由于在内网,需设置代理服务器才能连接到淘宝源,一时没找到如何设置 cnpm 的代理。 Ant Design React:https://ant.design/docs/react/getting-started-cn

Cannot use this plugin in company intranet. I know the proxy server and port, but cannot find any proxy setting for this plugin. ![tim 20190114163706](https://user-images.githubusercontent.com/2208880/51102928-b2b39880-17d8-11e9-848d-6aed38ef7371.png)

Incorrect output on Windows with VSCode and Cmder Windows (with VSCode and Cmder) (not correct): ``` [gin] Building... [gin] ←[97;32;1mBuild finished←[0m [gin] Building... [gin] ←[97;32;1mBuild finished←[0m ``` Linux (correct): ```...

- VSCode Version: 1.23.0 - OS Version: Windows7 Professional SP1 64 bit - GlassIt-VSC: 0.1.3 Steps to Reproduce: 1. Here is my steps (click VSCode, scroll down, goto left screen,...

How can I mix both `autocomplete` and `highlight` at the same time? Like https://github.com/darrenjennings/vue-autosuggest

`'128M' * 1048576` will cause notice in PHP 7.1 `'128' * 1048576` will not cause notice in PHP 7.1