Skip to content

Commit 8708583

Browse files
committed
modify by dk
1 parent 95090cf commit 8708583

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- 系统支持多语言切换
3030
- 系统权限
3131

32-
[登陆页效果](https://dk-lan.github.io/vuex-erp/dist/index.html#/login)
32+
[登陆页效果](https://dk-lan.github.io/vue-erp/dist/index.html#/login)
3333

3434
# 项目文件结构
3535
- dist [构建目录]
@@ -92,7 +92,7 @@
9292
<fieldset>
9393
<legend>属性</legend>
9494
<img :src="src" alt="">
95-
<img v-bind:src="'../imgs/red.jpg'" alt="">
95+
<img v-bind:src="'../imgs/red.jpg'" alt="">
9696
</fieldset>
9797

9898
<!-- js 表达式 -->
@@ -115,4 +115,5 @@
115115
status: true,
116116
}
117117
})
118-
```
118+
```
119+
[插值效果](https://dk-lan.github.io/vue-erp/dist/index.html#/login)

0 commit comments

Comments
 (0)