vuera icon indicating copy to clipboard operation
vuera copied to clipboard

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:

Results 92 vuera issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 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 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

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

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 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

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

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

I am using vuera to show react components in my vue project, and getting this message in the browser: > backend.js:6 Warning: componentWillReceiveProps has been renamed, and is not recommended...

we want to remove the useless div by React.Fragment, meanwhile, we know that React under 16.0 version doesn't support this. Luckily, as we can see, we can pass a property...

I am using vue in react, here are my files: test.vue ``` this is vue ``` testvue.js ``` import React from 'react' import { VueWrapper } from 'vuera' import Test...

Hi I have the problem like ```js Vue.use(wfc, { env:env, authUrl: `url`, }); ``` but in vue component can not find env authUrl register comonents

Hi, is there a way to provide a global mixin to the Vue instance? e. g. ` import { VueWrapper } from 'vuera' VueWrapper.mixin( { ... } ) `