mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(playground): add app.config.ts
This commit is contained in:
6
playground/app.config.ts
Normal file
6
playground/app.config.ts
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default defineAppConfig({
|
||||||
|
ui: {
|
||||||
|
primary: 'green',
|
||||||
|
gray: 'cool'
|
||||||
|
}
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user