Skip to main content
PESDK/Web

Vue 2 observables and PE.SDK configuration

We don't recommend placing the configuration object of PhotoEditor SDK in an observable data structure if you are using Vue.js v2. There can be instances where the observable data is not correctly updated if you use complex values like React elements for custom components. This issue was mainly observed if the configuration was created in the data or computed function of the Vue component.