Skip to content

Commit

Permalink
chore: update colors usage
Browse files Browse the repository at this point in the history
related issue: #29
  • Loading branch information
linx4200 committed Jan 30, 2018
1 parent e7afb3f commit 5bb99f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ var defaultProps = {
a: 1
}

// or defaultProps can be
var defaultProps = '#194d33'
// or
var defaultProps = {
h: 150,
s: 0.66,
v: 0.30
}
// or a object of rgb or hsl


new Vue({
el: '#app',
components: {
Expand Down

0 comments on commit 5bb99f4

Please sign in to comment.