添加页面组件、添加页面组件接口、添加pinia
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
{
|
||||
"type": "AdaptivePage",
|
||||
"name":"AdaptivePage",
|
||||
"id":"AdaptivePage",
|
||||
"version": "2.0",
|
||||
"props": {},
|
||||
"class":"",
|
||||
"style":"",
|
||||
"variables": {},
|
||||
"dataSources":{},
|
||||
"functions" : {},
|
||||
|
||||
@ -1,4 +1,23 @@
|
||||
{
|
||||
"AdaptivePage": {
|
||||
"type": "AdaptivePage",
|
||||
"name": "AdaptivePage",
|
||||
"id": "AdaptivePage",
|
||||
"version": "2.0",
|
||||
"props": {},
|
||||
"class": "",
|
||||
"style": "",
|
||||
"variables": {},
|
||||
"dataSources": {},
|
||||
"functions": {},
|
||||
"orchestrations": {},
|
||||
"events": {},
|
||||
"slots": {},
|
||||
"header": {},
|
||||
"footer": {},
|
||||
"children": {},
|
||||
"meta": {}
|
||||
},
|
||||
"Affix": {
|
||||
"type": "Affix",
|
||||
"name": "affix",
|
||||
|
||||
@ -1,4 +1,23 @@
|
||||
export const componentScheme = {
|
||||
"AdaptivePage": {
|
||||
"type": "AdaptivePage",
|
||||
"name": "AdaptivePage",
|
||||
"id": "AdaptivePage",
|
||||
"version": "2.0",
|
||||
"props": {},
|
||||
"class": "",
|
||||
"style": "",
|
||||
"variables": {},
|
||||
"dataSources": {},
|
||||
"functions": {},
|
||||
"orchestrations": {},
|
||||
"events": {},
|
||||
"slots": {},
|
||||
"header": {},
|
||||
"footer": {},
|
||||
"children": {},
|
||||
"meta": {}
|
||||
},
|
||||
"Affix": {
|
||||
"type": "Affix",
|
||||
"name": "affix",
|
||||
|
||||
Reference in New Issue
Block a user