diff --git a/dist/calendar/index.json b/dist/calendar/index.json index 46d8ab41..97238f00 100644 --- a/dist/calendar/index.json +++ b/dist/calendar/index.json @@ -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"}} \ No newline at end of file +{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"../toast/index","l-popup":"../popup/index","l-button":"../button/index"}} \ No newline at end of file diff --git a/examples/dist/calendar/index.json b/examples/dist/calendar/index.json index 2dc44d1d..e97f93a5 100644 --- a/examples/dist/calendar/index.json +++ b/examples/dist/calendar/index.json @@ -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" } } diff --git a/package.json b/package.json index 4e2f05c8..233d3078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lin-ui", - "version": "0.9.1", + "version": "0.9.2", "description": "A high quality UI components library with MiniProgram", "main": "app.js", "directories": { diff --git a/src/calendar/index.json b/src/calendar/index.json index 2dc44d1d..e97f93a5 100644 --- a/src/calendar/index.json +++ b/src/calendar/index.json @@ -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" } }