mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -66,7 +66,7 @@ props:
|
||||
---
|
||||
::
|
||||
|
||||
::note
|
||||
::caution
|
||||
When using objects, you need to reference the `value` property of the object in the `v-model` directive or the `default-value` prop.
|
||||
::
|
||||
|
||||
@@ -156,7 +156,7 @@ ignore:
|
||||
external:
|
||||
- items
|
||||
props:
|
||||
color: 'gray'
|
||||
color: neutral
|
||||
defaultValue: 'System'
|
||||
items:
|
||||
- 'System'
|
||||
|
||||
Reference in New Issue
Block a user