Closed Azurewarth0920 closed 9 months ago
Fix: #2061
As the reason: https://github.com/vuejs/core/issues/4866#issuecomment-1128313856
The setupState is not exposed in production mode, so we cannot inspect the internal state of built library described in #2061
setupState
Inspired by https://github.com/vuejs/core/issues/8515#issuecomment-1581906384, we can use exposed field to inspect the state.
exposed
fixes #123
Description
Fix: #2061
Additional context
As the reason: https://github.com/vuejs/core/issues/4866#issuecomment-1128313856
The
setupState
is not exposed in production mode, so we cannot inspect the internal state of built library described in #2061Inspired by https://github.com/vuejs/core/issues/8515#issuecomment-1581906384, we can use
exposed
field to inspect the state.What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).