We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
之前是vue2 版本,使用正常。 升级到 vue3 后, 更改 options 如 options.navbar, viewer 不会更新。 chrome 中加断点发现,viewsjs 中的 options 仍然是首次初始化时的数据。
查看了v-viewer 代码发现,原来在 watch(options) 时会 rebuildviewer(), view3 中只会 updateviewer()。
The text was updated successfully, but these errors were encountered:
fix(component): fix the problem of not updating when changing options
1b2e3ae
Closes #197
感谢反馈,3.0.10已修复
Sorry, something went wrong.
No branches or pull requests
之前是vue2 版本,使用正常。
升级到 vue3 后, 更改 options 如 options.navbar, viewer 不会更新。 chrome 中加断点发现,viewsjs 中的 options 仍然是首次初始化时的数据。
查看了v-viewer 代码发现,原来在 watch(options) 时会 rebuildviewer(), view3 中只会 updateviewer()。
The text was updated successfully, but these errors were encountered: