Skip to content

How to use vue-rx with vue 3.x ? #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Bittttter opened this issue Oct 24, 2020 · 2 comments
Closed

How to use vue-rx with vue 3.x ? #129

Bittttter opened this issue Oct 24, 2020 · 2 comments

Comments

@Bittttter
Copy link

Bittttter commented Oct 24, 2020

I had used vue-rx with vue3.x, like this:

import { createApp } from 'vue'
import VueRx from 'vue-rx'

import Root from './App.vue'

const app = createApp(Root)

app.use(VueRx)
app.mount('#app')

but console throw an err

vue-rx.esm.js?ce19:12 Uncaught TypeError: Cannot read property 'warn' of undefined
    at install (vue-rx.esm.js?ce19:12)
    at VueRx (vue-rx.esm.js?ce19:297)
    at Object.use (runtime-core.esm-bundler.js?5c40:2915)

It doesn't support vue3 yet?

@regou
Copy link
Collaborator

regou commented Oct 24, 2020

#120

@Bittttter
Copy link
Author

#120

thanks ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants