1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Vue16,410 stars (16,410 stars)4,764 forks (4,764 forks)user submission
help wanted
Description
不能写样式排版很死板,有没有解决方案
Contributor guide
- Tech stack
- vuejavascripthtmlcss
- Domain
- frontend
- Issue type
- feature
- 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.
- 1-3 hours
- 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.
- unclear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Investigate how TinyMCE is currently integrated in iview admin. The issue requests adding an HTML source code button to allow style customization. Check the TinyMCE initialization code in the Vue components and see if there is a configuration option like 'toolbar' or 'plugins' to add the 'code' plugin. Additionally, consider if the iview admin version supports customizing TinyMCE or if upgrading is needed.