Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
feat: 组件构建的命令行工具 — 调整组件构建input的行为和less sass构建配置
Browse files Browse the repository at this point in the history
  • Loading branch information
sydeEvans committed Jul 30, 2021
1 parent 756c0c6 commit 9f17540
Show file tree
Hide file tree
Showing 33 changed files with 263 additions and 1,594 deletions.
4 changes: 2 additions & 2 deletions e2e/mini/alipay/pages/index/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"usingComponents": {
"greet": "/components/greet/index",
"greet2": "/components/greet2/index"
"greet": "/components/greet",
"greet2": "/components/greet2"
}
}
2 changes: 1 addition & 1 deletion e2e/mini/wechat/pages/index/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"usingComponents": {
"greet": "/components/greet/index"
"greet": "/components/greet"
}
}
Loading

0 comments on commit 9f17540

Please sign in to comment.