1 评论 (1 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript20,428 star (20,428 star)2,080 fork (2,080 fork)batch import
good first issue
描述
v-mode.lazy.trim="xxx" 无效
mpvue 版本号: mpvue@2.0.0
- 议题类型
- 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.