forked from opentiny/tiny-engine
fix(material): add buttonComponentsMap config (#395)
This commit is contained in:
parent
c55397928a
commit
e94b9674aa
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue