Fix componentkit generator #785
@@ -137,7 +137,7 @@ function getLayoutCode(
|
|||||||
)}\n${indent}\t},`,
|
)}\n${indent}\t},`,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
lines.push(indent + `}]${isRoot ? ';' : ''}`);
|
lines.push(indent + `}]${isRoot ? ';' : ','}`);
|
||||||
} else {
|
} else {
|
||||||
lines[lines.length - 1] += ']';
|
lines[lines.length - 1] += ']';
|
||||||
CKFlexboxComponentChild.forEach(key => {
|
CKFlexboxComponentChild.forEach(key => {
|
||||||
|
Reference in New Issue
Block a user