3 comments (3 comments)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
Description
支持过滤器(原生小程序有wxs方案支持过滤器),mpvue2.0不支持vue的过滤器 可否有变通方式支持wxs类型的过滤器
Contributor guide
- Tech stack
- vuejavascript
- Domain
- frontendmobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- 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.
- mostly clear
- Prerequisites
- Understanding Vue filtersKnowledge of mini program wxs
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate how mpvue currently handles Vue filters and if there is any existing wxs integration. Look at the mpvue source code in the compiler for possible extension points. Consider if a similar approach to other mini program frameworks can be adopted. Also review comments #1408 for any previous discussion on wxs support.