library · inferred from evidence
vue-imgix
The official Vue.js library for imgix integration.
- 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