This website requires JavaScript.
Explore
Help
Sign In
cake
/
sweet_crm
Watch
3
Star
0
Fork
You've already forked sweet_crm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5868f6af53
sweet_crm
/
app.config.ts
7 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
init commit
2024-07-30 07:41:22 +00:00
export
default
defineAppConfig
(
{
ui
:
{
feat: add footer and header
2024-08-05 09:30:18 +00:00
primary
:
'pink'
,
init commit
2024-07-30 07:41:22 +00:00
gray
:
'neutral'
,
feat: add catalog page
2024-07-31 07:12:27 +00:00
}
,
}
)