mobxjs / mobx-vue-lite

Lightweight Vue 3 bindings for MobX based on Composition API.
MIT License
73 stars 3 forks source link

The example is not working #3

Closed azertyalex closed 2 years ago

azertyalex commented 3 years ago

I'm trying to use mobx with vue3 but I can't seem to get it working. The example doesn't work either.

iChenLei commented 3 years ago

@wobsoriano , look here

wobsoriano commented 3 years ago

Hi, there seems to be a problem with the demo link. I'll check. What do you have so far? Vue version? Any repro? Thanks!

azertyalex commented 3 years ago

I managed to get it working. I am on Vue 3.2.20.

However, I get many warnings about state being read outside of a reactive context, despite everything working. I can't easily share the code but when I have a bit more time I'll try to create a small example with the warnings.