Skip to content

Commit

Permalink
build: Travis CI automatic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
juzi214032 committed Dec 22, 2020
1 parent 06a2a96 commit 3552e52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/calendar/index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"/dist/toast/index","l-popup":"/dist/popup/index","l-button":"/dist/button/index"}}
{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"../toast/index","l-popup":"../popup/index","l-button":"../button/index"}}
6 changes: 3 additions & 3 deletions examples/dist/calendar/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"usingComponents": {
"header":"./components/header/index",
"mounth":"./components/mounth/index",
"l-toast": "/dist/toast/index",
"l-popup": "/dist/popup/index",
"l-button": "/dist/button/index"
"l-toast": "../toast/index",
"l-popup": "../popup/index",
"l-button": "../button/index"
}
}

0 comments on commit 3552e52

Please sign in to comment.