Skip to content

Commit dfd1d25

Browse files
authored
Merge pull request #102 from YangFong/patch-1
fix: typo of gui option
2 parents 5f2e137 + b7cd00e commit dfd1d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/question/ui/ui.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const UIList = [
1111
{
1212
label: green('uni-ui'),
1313
hint: 'UniApp官方组件库',
14-
name: 'umi-ui',
14+
name: 'uni-ui',
1515
value: 'uni',
1616
website: 'https://uniapp.dcloud.net.cn/component/uniui/uni-ui.html',
1717
},

0 commit comments

Comments
 (0)