同一个store无法再多个vue实例使用(Reactivity is not work in multiple Vue instance) #1774
Unanswered
gonlyk
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我在写一个undostack功能,想在开发阶段通过createApp创建一个新的vue实例来显示当前的undostack状态,但响应式并没有生效
其中undoStack.undoStack.stack是一个list,例子中的count响应式生效了而stack没有
Beta Was this translation helpful? Give feedback.
All reactions