Skip to content

Commit 911988c

Browse files
committed
fix(create-element): wrong material engine scope
1 parent de0c356 commit 911988c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/create-element/HISOTRY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.4
2+
3+
- `fix` wrong material engine scope
4+
15
## 1.0.3
26

3-
- `fix` fail to init when .altrc folder not exists
7+
- `fix` fail to init when .altrc folder not exists

packages/create-element/src/component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default async (answers) => {
5151
answers: {
5252
...result,
5353
...answers,
54+
engineScope: '@alilc',
5455
},
5556
templatePkg: `@alifd/${result.packageType}-component-template`,
5657
prefix: 'lowcode-setter',

0 commit comments

Comments
 (0)