Skip to content

Commit

Permalink
fix: 修复 loading demo 引用出错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Feb 27, 2024
1 parent 4458d12 commit 1d24af5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiled/alipay/demo/pages/Loading/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"defaultTitle": "Loading",
"usingComponents": {
"ant-oading": "../../../src/Loading/index",
"ant-loading": "../../../src/Loading/index",
"ant-container": "../../../src/Container/index"
}
}
2 changes: 1 addition & 1 deletion compiled/wechat/demo/pages/Loading/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"navigationBarTitleText": "Loading",
"usingComponents": {
"ant-oading": "../../../src/Loading/index",
"ant-loading": "../../../src/Loading/index",
"ant-container": "../../../src/Container/index"
}
}
2 changes: 1 addition & 1 deletion demo/pages/Loading/index.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// #endif

usingComponents: {
"ant-oading": "../../../src/Loading/index",
"ant-loading": "../../../src/Loading/index",
"ant-container": "../../../src/Container/index"
}
}

0 comments on commit 1d24af5

Please sign in to comment.