1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript20,428 stars (20,428 stars)2,080 forks (2,080 forks)batch import
good first issue
説明
v-mode.lazy.trim="xxx" 无效
mpvue 版本号: mpvue@2.0.0
- Issue 種別
- bug
- 調査方針
- Investigate the mpvue compiler code that handles v model directives, specifically the parsing of multiple modifiers (e.g., .lazy and .trim). Look in the template compiler module for how v model is compiled into a mini program directive. Check if there is a limitation in the modifier combination logic. The fix likely involves updating the compiler to support multiple modifiers.