File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ module.exports = {
4
4
"host" : "" ,
5
5
"sources" : [
6
6
{
7
- "collection " : "files" ,
8
- "document " : {
7
+ "array " : "files" ,
8
+ "object " : {
9
9
"_id" : "637ca44750234ef1671ce319" ,
10
10
"name" : "index.html" ,
11
11
"path" : "/docs/lazy-loader/index.html" ,
Original file line number Diff line number Diff line change 28
28
</ head >
29
29
30
30
< body >
31
- < div collection ="" document_id ="" name ="" id ="cocreate-lazy-loader ">
31
+ < div array ="" object ="" name ="" id ="cocreate-lazy-loader ">
32
32
< div
33
33
class ="display:flex flex-wrap:wrap justify-content:space-between margin:10px ">
34
34
< div class ="display:flex align-items:center ">
169
169
< textarea
170
170
type ="code "
171
171
lang ="html "
172
- collection ="demos "
173
- document_id =""
172
+ array ="demos "
173
+ object =""
174
174
name ="demo "
175
175
save ="false "
176
176
id ="demo "
You can’t perform that action at this time.
0 commit comments