We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba27705 commit ca92d48Copy full SHA for ca92d48
package.json
@@ -65,7 +65,7 @@
65
"@cocreate/actions": "^1.5.12",
66
"@cocreate/crud-client": "^1.12.12",
67
"@cocreate/docs": "^1.3.18",
68
- "@cocreate/elements": "^1.12.11",
+ "@cocreate/element-prototype": "^1.0.0",
69
"@cocreate/hosting": "^1.4.1",
70
"@cocreate/render": "^1.15.10",
71
"@cocreate/socket-client": "^1.9.12"
src/client.js
@@ -2,7 +2,7 @@
2
import socket from "@cocreate/socket-client";
3
import CoCreateAction from '@cocreate/actions';
4
import CoCreateRender from '@cocreate/render';
5
-import CoCreateElements from '@cocreate/elements';
+import '@cocreate/element-prototype';
6
7
const CoCreateApi = {
8
components: { },
0 commit comments