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

Hello there! I am trying to use [VKUI](https://github.com/VKCOM/VKUI) React-library in my Vue application. Here is my **App.vue**: ```vue test import {View, Panel} from "@vkontakte/vkui"; export default { name: 'app', components:...

bug
help wanted

Did you already try the new [ReactDOM.createPortal](https://reactjs.org/docs/portals.html) as replacement for ReactDOM.render? The benefits would be to have only 1 react app for all ReactInVue components (instead of N reacts apps,...

enhancement
help wanted
good first issue
hacktoberfest

I'm trying to use Vue in React using the standard usage but it's returning the following error message. It seems like Babel still expects the .vue files to be valid...

![image](https://user-images.githubusercontent.com/25426552/45145827-455c7f00-b1ca-11e8-876b-4f0f92890297.png) ![image](https://user-images.githubusercontent.com/25426552/45145942-85236680-b1ca-11e8-8717-745baf4a1f78.png) ![image](https://user-images.githubusercontent.com/25426552/45146014-a7b57f80-b1ca-11e8-92a5-41b5cc1ed195.png)

## Bug Report **Describe the bug** We are using `vuera/babel` in babel-loader plugin and it's returning a partial blank page after webpack compiles, but if we remove babel and use...

This is a proof of concept for handling a special case of React components as children of React components in Vue. It works by creating a registry of React components...

Hi, I have just found this and it seems very promising. I am using React in Vue. However, I have ran into an issue: how can I pass react component...

Currently, all test and library code gets transpiled to ES5 before running. This may cause issues as we don't properly test vuera's behaviour on ES6.

enhancement

After #18 failed with the `VuePlugin` I tried to do the same with the alternative `ReactWrapper` and though the following code works, ```vue 2 2 import ScrollIndicator from '@/components/ScrollIndicator.vue' import...

help wanted

This issue came up because of IE11, but I totally understand if including support for IE11 is not something within the scope of this library. It looks like es2015 compatibility...

help wanted
good first issue