We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fc24c commit 7c3eeb2Copy full SHA for 7c3eeb2
1 file changed
_posts/2017-6-16-vue_color_picker.md
@@ -11,7 +11,7 @@ twitter_text: "去年我使用react编写了chrome控制台风格的取色器,
11
introduction: "去年我使用react编写了chrome控制台风格的取色器,现在使用vue重写chrome风格取色器"
12
---
13
14
-去年我使用react编写了chrome控制台风格的取色器,现在使用vue重写[chrome风格取色器](//feleventh.github.io/react_color_picker/),基本实现了相同的功能。
+去年我使用react编写了chrome控制台风格的取色器,现在使用vue重写[chrome风格取色器](://feleventh.github.io/react_color_picker/),基本实现了相同的功能。
15
但由于vue.js与react.js的区别,具体实现上也有了较大区别。
16

17
@@ -184,7 +184,7 @@ watch: {
184
```
185
186
#### 其他代码
187
-完整项目代码详见我的github项目[3air](//github.com/feleventh/3air/tree/master/src/components)
+完整项目代码详见我的github项目[3air](://github.com/feleventh/3air/tree/master/src/components)
188
189
```javascript
190
methods: {
0 commit comments