xtraderClient/docs/core/vuetify.md
2026-03-19 14:14:28 +08:00

24 lines
686 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# plugins/vuetify.ts
**路径**`src/plugins/vuetify.ts`
## 功能用途
Vuetify 4 插件配置,注册组件、指令、主题。引入 VPullToRefresh下拉刷新与 MDI 图标。
## 主题
- `light`:默认主题,含 primary、secondary、accent 等
- `dark`:暗色主题
- `background`:全局背景色统一为 `#FCFCFC`rgb(252,252,252)
## 全局默认行为
- `ripple`:全局关闭点击水波纹效果(`defaults.global.ripple = false`
## 扩展方式
1. **自定义主题**:在 `themes` 中增加新主题,或修改现有颜色
2. **新组件**:从 `vuetify/labs` 引入并注册
3. **RTL**:配置 `rtl: true` 支持从右到左布局