8 lines
93 B
TypeScript
8 lines
93 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'blue',
|
|
},
|
|
},
|
|
})
|