添加页面组件、添加页面组件接口、添加pinia

This commit is contained in:
lhj
2024-10-02 17:05:46 +08:00
parent 079d58048a
commit 0299f6a55b
17 changed files with 199 additions and 1454 deletions

View File

@ -1,7 +1,11 @@
{
"type": "AdaptivePage",
"name":"AdaptivePage",
"id":"AdaptivePage",
"version": "2.0",
"props": {},
"class":"",
"style":"",
"variables": {},
"dataSources":{},
"functions" : {},

View File

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

View File

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