We are developing a Vue.js app, and trying to interact with publisher api. The kite button is “static” because on first time page load the publisher js scans the page and attaches the button params to kite connect. What we would really like is the kite button to be reactive, i.e. when app data changes e.g. limit price of an order, then the button’s param also reflects that and not the “stale” data that was present during initial page load. Is there a vue.js reactive component for kite button ? Or any other way to make it reactive easily ? Didnt find any discussions in the forum... thank you