akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 242 forks source link

Using Orb.js in Vue? #34

Closed hjf closed 6 years ago

hjf commented 6 years ago

Hello. I'm trying to use the Orb.js component in Vue. I installed vuera, react, and Orb with npm Then I added vuera in the app's index.js:

import Vue from 'vue';
import { VuePlugin } from 'vuera'
Vue.use(VuePlugin)

At the top of my component's Githubissues.

  • Githubissues is a development platform for aggregating issues.