opentiny / opentiny/tiny-engine
✨ [Feature]: 物料配置支持全局设置
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Vue
- Stars
- 2.8k
- Forks
- 476
- Avg merge
- 17h 35m
- Merged PRs (30d)
- 1
Description
What problem does this feature solve
组件配置有size、国际化等全局设置,设计器物料配置支持设置全局配置size和国际化等全局配置。
What does the proposed API look like
组件配置有size、国际化等全局设置,物料配置如何设置全局配置size。
比如我们项目中如下全局组件配置,
app.use(ElementPlus, { size: 'small', }) app.use(vue3Plus, { size: 'small', })
那在进行设计器物料配置时,如何设置组件库全局配置。
What is your project name
tinyEngine
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named in the issue. First clarify how global component settings such as size and internationalization should be represented in designer material configuration, then define the expected API and an example using ElementPlus or vue3Plus; done means the proposed configuration works consistently in the designer.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100