Skip to content

Commit be1e8a8

Browse files
muronggjuzi214032
authored andcommitted
fix(Calendar): 修复引入其他组件路径错误
close #1193
1 parent 42b3ede commit be1e8a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/calendar/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"usingComponents": {
44
"header":"./components/header/index",
55
"mounth":"./components/mounth/index",
6-
"l-toast": "/dist/toast/index",
7-
"l-popup": "/dist/popup/index",
8-
"l-button": "/dist/button/index"
6+
"l-toast": "../toast/index",
7+
"l-popup": "../popup/index",
8+
"l-button": "../button/index"
99
}
1010
}

0 commit comments

Comments
 (0)