-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support partial update for stanzas built with Vue #42
Conversation
This requires that the Vue component is reactive against `params` (props). Otherwise, some features may be broken.
@darashi ご対応頂きありがとうございます。 |
@reika0717 こちら、例えば
という操作をしても、page-slider の表示/非表示が切り替わらない状態になっているかと思います。全ては確認していませんが、多くのパラメータでも同様のことが起こるかと思います。ご確認いただけますでしょうか。 |
@darashi パラメーターの変更がリアルタイムで反映されるかですね。 |
@reika0717 はい、そのとおりです! |
@darashi tableにおけるすべてのparameterを |
取り急ぎ |
つづいて
としてしまうと、 ところで、
においては ただ、この実装だと、 |
|
この変更の副作用として、
|
#49 で再度実装してみました |
This requires that the Vue component is reactive against
params
(props).Otherwise, some features may be broken.