Skip to content

Commit

Permalink
fix(material): add buttonComponentsMap config (opentiny#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling authored Apr 12, 2024
1 parent c553979 commit e94b967
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mockServer/src/mock/get/app-center/v1/apps/schema/918.json
Original file line number Diff line number Diff line change
Expand Up @@ -1925,6 +1925,13 @@
"destructuring": true,
"version": "0.1.16"
},
{
"componentName": "TinyButton",
"package": "@opentiny/vue",
"exportName": "Button",
"destructuring": true,
"version": "0.1.16"
},
{
"componentName": "TinyButtonGroup",
"package": "@opentiny/vue",
Expand Down

0 comments on commit e94b967

Please sign in to comment.