Skip to content

Commit

Permalink
修复图片链接错误 (#2)
Browse files Browse the repository at this point in the history
* markdown添加Props

* 修改图片地址

* 修改地址路径
  • Loading branch information
linrunzheng authored and levy9527 committed Mar 20, 2019
1 parent a595517 commit e0050e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

数字范围输入框组件

![](http://thyrsi.com/t6/664/1548755405x2890174656.gif)
![introduce](https://i.screenshot.net/8lw5osg)

## Table of Contents

Expand Down Expand Up @@ -52,7 +52,7 @@ yarn add element-ui --save

```vue
// Step1 安装
yarn add el-number-range
yarn add @femessage/el-number-range
// Step2 在需要的.vue 文件中
<template>
Expand Down Expand Up @@ -81,11 +81,11 @@ export default {

#### 设置最大值

![max](http://thyrsi.com/t6/664/1548754376x2728306210.gif)
![max](https://i.screenshot.net/e3yvzt8)

#### 设置最小值

![min](http://thyrsi.com/t6/664/1548754367x2728306210.gif)
![min](https://i.screenshot.net/4n4pmum)

[⬆ Back to Top](#table-of-contents)

Expand Down

0 comments on commit e0050e0

Please sign in to comment.