Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
url 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenZou committed Dec 19, 2015
1 parent 8c98d1b commit 36c5e40
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion example/modules/ActionSheetView.vue
Expand Up @@ -11,7 +11,7 @@
</template>

<script>
import Actionsheet from '../../src/action-sheet/ActionSheet.vue'
import Actionsheet from './../../src/ActionSheet.vue'
export default {
name: 'ActionSheetView',
Expand Down
8 changes: 4 additions & 4 deletions example/modules/CellView.vue
Expand Up @@ -167,7 +167,7 @@
<input class="weui_input" type="number" placeholder="请输入验证码"/>
</div>
<div class="weui_cell_ft">
<img src="/images/vcode.jpg" />
<img src="/example/images/vcode.jpg" />
</div>
</div>
<div class="weui_cell">
Expand All @@ -183,7 +183,7 @@
</div>
<div class="weui_cell_ft">
<i class="weui_icon_warn"></i>
<img src="/images/vcode.jpg" />
<img src="/example/images/vcode.jpg" />
</div>
</div>
</div>
Expand Down Expand Up @@ -280,8 +280,8 @@
</template>

<script>
import WeSelect from '../../src/cell/Select.vue'
import Tooltips from '../../src/msg//Tooltips.vue'
import WeSelect from './../../src/Select.vue'
import Tooltips from './../../src/Tooltips.vue'
export default {
name: 'CellView',
Expand Down
2 changes: 1 addition & 1 deletion example/modules/DialogView.vue
Expand Up @@ -22,7 +22,7 @@

<script>
import Dialog from '../../src/dialog/Dialog.vue'
import Dialog from './../../src/Dialog.vue'
export default {
name: 'DialogView',
Expand Down
2 changes: 1 addition & 1 deletion example/modules/IconsView.vue
Expand Up @@ -28,7 +28,7 @@
</template>

<script>
import Icon from '../../src/icon/Icon.vue'
import Icon from './../../src/Icon.vue'
export default {
name: 'IconsView',
Expand Down
2 changes: 1 addition & 1 deletion example/modules/MsgView.vue
Expand Up @@ -5,7 +5,7 @@
</template>

<script>
import Msg from '../../src/msg/Msg.vue'
import Msg from './../../src/Msg.vue'
export default {
name:'MsgView',
Expand Down
2 changes: 1 addition & 1 deletion example/modules/ProgressView.vue
Expand Up @@ -30,7 +30,7 @@

<script>
import Progress from '../../src/progress/Progress.vue'
import Progress from './../../src/Progress.vue'
export default {
name: 'ProgressView',
Expand Down
4 changes: 2 additions & 2 deletions example/modules/ToastView.vue
Expand Up @@ -18,8 +18,8 @@

<script>
import Toast from '../../src/toast/Toast.vue'
import Loading from '../../src/toast/Loading.vue'
import Toast from './../../src/Toast.vue'
import Loading from './../../src/Loading.vue'
export default {
name: 'ToastView',
Expand Down
2 changes: 1 addition & 1 deletion index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -22,4 +22,4 @@ const VueWeui = {
mask
}

module.exports = VueWeui
module.exports = VueWeui

0 comments on commit 36c5e40

Please sign in to comment.