Skip to content

Commit

Permalink
add scoped on style tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPu committed Mar 21, 2017
1 parent 9a4ff2b commit 0c3a77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vue/components/input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</scroller>
</template>

<style>
<style scoped>
.input {
font-size: 60px;
height: 80px;
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/components/textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</scroller>
</template>

<style>
<style scoped>
.textarea {
font-size: 30px;
height: 280px;
Expand Down

0 comments on commit 0c3a77f

Please sign in to comment.