vue2-transitions icon indicating copy to clipboard operation
vue2-transitions copied to clipboard

✨ Reusable Vue 2 transition components

Results 35 vue2-transitions issues
Sort by recently updated
recently updated
newest added

I created a small demo here: https://codesandbox.io/s/j1v9387zqy If `.items` has `display: block` and `.item` has `display: inline-block` everything is working fine. But if `.items` has `display: flex` the items are...

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits b31e67f link broken 6ad6035 Fix prototype pollution See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=merge&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 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

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

### Problem Transitioning between two elements via wrapping two `v-if` `v-else` blocks with a transition element results in both elements appearing stacked on top of each other temporarily rather than...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.0 to 2.0.3. Commits 56d803c Publish 81df277 fixes #2988 "Update clean-css dependency in pug-filters" (#2989) 0917398 Publish 7ff1cce Handle boolean sorthand for filters (#2977) 3e233dd Publish 540cddd...

dependencies

Hi, I have noticed that when I use `appear` or `mode` on transition component, both will be included in the HTML after build. Do I make something wrong or is...