forked from opentiny/tiny-engine
39 lines
769 B
JSON
39 lines
769 B
JSON
[
|
|
{
|
|
"componentName": "UsePropAccessor",
|
|
"main": "./views"
|
|
},
|
|
{
|
|
"componentName": "PropAccessor",
|
|
"main": "./components"
|
|
},
|
|
{
|
|
"componentName": "TinyButton",
|
|
"exportName": "Button",
|
|
"package": "@opentiny/vue",
|
|
"version": "^3.10.0",
|
|
"destructuring": true
|
|
},
|
|
{
|
|
"componentName": "TinyInput",
|
|
"exportName": "Input",
|
|
"package": "@opentiny/vue",
|
|
"version": "^3.10.0",
|
|
"destructuring": true
|
|
},
|
|
{
|
|
"componentName": "TinyForm",
|
|
"exportName": "Form",
|
|
"package": "@opentiny/vue",
|
|
"version": "^3.10.0",
|
|
"destructuring": true
|
|
},
|
|
{
|
|
"componentName": "TinyFormItem",
|
|
"exportName": "FormItem",
|
|
"package": "@opentiny/vue",
|
|
"version": "^3.10.0",
|
|
"destructuring": true
|
|
}
|
|
]
|