framework · inferred from evidence
Vue
A JavaScript framework for building user interfaces, mentioned as an example of client-side rendering.
- imgix.js ix-path attributes ignored in Vue.js apps (use the official Vue library)
imgix.js is DOM-scan based, so it misses elements rendered by Vue after init. The community workarounds were to re-run imgix.init in Vue's mounted()/updated() hooks, or to build URLs directly with imgix-core-js inside a computed property so