Skip to content

Commit fdd2428

Browse files
committed
Created example component structure. Tried to receive one, but failed
1 parent 1d1981a commit fdd2428

File tree

14 files changed

+9234
-11
lines changed

14 files changed

+9234
-11
lines changed

client/event.components.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"default": {
3+
"accentColor": { "h":0, "s":0, "l": 50 },
4+
"index":{ "path": "./components/events/index.vue"},
5+
"create":{ "path": "./components/events/create.vue"},
6+
"update":{ "path": "./components/events/update.vue"},
7+
"delete":{ "path": "./components/events/delete.vue"}
8+
}
9+
}

0 commit comments

Comments
 (0)