fix(material): add buttonComponentsMap config (#395)

This commit is contained in:
chilingling 2024-04-11 23:17:00 -07:00 committed by GitHub
parent c55397928a
commit e94b9674aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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",