fish-ui icon indicating copy to clipboard operation
fish-ui copied to clipboard

A Vue.js 2.0 UI Toolkit for Web

Results 22 fish-ui issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [macaddress](https://github.com/scravy/node-macaddress) from 0.2.8 to 0.2.9. Release notes *Sourced from [macaddress's releases](https://github.com/scravy/node-macaddress/releases).* > ## v0.2.9 > * Fixes an arbitrary command execution vulnerability (https://github-redirect.dependabot.com/scravy/node-macaddress/pull/16/files) > * Adds support for `freebsd`...

dependencies

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...

dependencies

Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 4.1.9 to 4.1.11. Changelog *Sourced from [clean-css's changelog](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md).* > [4.1.11 / 2018-03-06](https://github.com/jakubpawlowicz/clean-css/compare/v4.1.10...v4.1.11) > ================== > > * Backports fixes to ReDOS vulnerabilities in validator code. > >...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

https://github.com/myliang/fish-ui/blob/24864023a384db9cdbf2ddecc90bc97b820a5196/src/components/Cascader.vue#L98-L116 当Cascader有初始值的时候不会显示, 因为parseSelectedItems函数的while循环里面使用了for ... in ..., for ... in ...返回的是索引, 修改成for ... of ... 之后就没有问题了👇 ```js for (let ele of os) { if (this.value[vIndex] === ele[0]) { ret.push(ele) os =...

不是用vue-cli起的项目用不了吗?我用的webpack2搭建的脚手架,将less-loader,less 都装了老是报这个错。。

Hello. I am trying to use the menu component for routing in my app. How do I pass the **path** to go to the `@click()` method? There is no description...

Currently, the elements are not able to be focused, toggled or changed with the keyboard. All events should be able to be focused using `tab` - selects,dropdowns should support `up`/`down`/`enter`...

question

Hi! There's a typo in the README's "Manually import" section: ``` import 'fish-ui/styles/button.less' ``` shoud be: ``` import 'fish-ui/src/styles/button.less' ```

run `parcel serve index.html` with instruction described in documentation applied, will produce: ``` $ parcel serve index.html Server running at http://localhost:1234 × ...\node_modules\fish-ui\src\components\Calendar.vue: invalid expression: Invalid left-hand side in assignment...