Skip to content

Commit

Permalink
Merge pull request lusaxweb#268 from P3trur0/placeholder-typo
Browse files Browse the repository at this point in the history
placeholder typo fixed
  • Loading branch information
luisDanielRoviraContreras authored Oct 2, 2018
2 parents aa621b2 + 3f66476 commit f8b639a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/components/vsInput/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
position relative
transition: all .3s ease
width: 200px
&.is-label-palcehoder
&.is-label-placeholder
margin-top: 17px
.vs-con-input
display flex
Expand Down
2 changes: 1 addition & 1 deletion dist/components/vsInput/vsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'input-icon-validate-success':vsSuccess,
'input-icon-validate-danger':vsDanger,
'input-icon-validate-warning':vsWarning,
'is-label-palcehoder':vsLabelPlaceholder
'is-label-placeholder':vsLabelPlaceholder
}]"
class="vs-component vs-con-input-label vs-input">
<label
Expand Down
2 changes: 1 addition & 1 deletion dist/vuesax.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vuesax.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vuesax.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vuesax.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/vsInput/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
position relative
transition: all .3s ease
width: 200px
&.is-label-palcehoder
&.is-label-placeholder
margin-top: 17px
.vs-con-input
display flex
Expand Down
2 changes: 1 addition & 1 deletion src/components/vsInput/vsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'input-icon-validate-success':vsSuccess,
'input-icon-validate-danger':vsDanger,
'input-icon-validate-warning':vsWarning,
'is-label-palcehoder':vsLabelPlaceholder
'is-label-placeholder':vsLabelPlaceholder
}]"
class="vs-component vs-con-input-label vs-input">
<label
Expand Down

0 comments on commit f8b639a

Please sign in to comment.