Skip to content

Commit 7c3eeb2

Browse files
committed
blog链接修改
1 parent a8fc24c commit 7c3eeb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2017-6-16-vue_color_picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ twitter_text: "去年我使用react编写了chrome控制台风格的取色器,
1111
introduction: "去年我使用react编写了chrome控制台风格的取色器,现在使用vue重写chrome风格取色器"
1212
---
1313

14-
去年我使用react编写了chrome控制台风格的取色器,现在使用vue重写[chrome风格取色器](//feleventh.github.io/react_color_picker/),基本实现了相同的功能。
14+
去年我使用react编写了chrome控制台风格的取色器,现在使用vue重写[chrome风格取色器](://feleventh.github.io/react_color_picker/),基本实现了相同的功能。
1515
但由于vue.js与react.js的区别,具体实现上也有了较大区别。
1616
![Chrome风格取色器](../assets/img/2017-6-16-1.jpg)
1717

@@ -184,7 +184,7 @@ watch: {
184184
```
185185
186186
#### 其他代码
187-
完整项目代码详见我的github项目[3air](//github.com/feleventh/3air/tree/master/src/components)
187+
完整项目代码详见我的github项目[3air](://github.com/feleventh/3air/tree/master/src/components)
188188
189189
```javascript
190190
methods: {

0 commit comments

Comments
 (0)