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.