DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
basic knowledge of Vue.jsfamiliarity with IE11 compatibility issues
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Investigate the provided Codepen link to identify the specific functionality that fails in IE11. Check for use of ES6+ features or CSS properties not supported in IE11, such as flexbox or custom elements. Look for missing polyfills or vendor prefixes. Review the vue carousel documentation for any known IE11 issues. Consider testing with a minimal reproduction using the vue carousel component in an IE11 environment.