Skip to content

Commit

Permalink
Merge pull request #15 from lokyoung/style/add-pointer-to-a
Browse files Browse the repository at this point in the history
style: change the default cursor style of a tag to pointer
  • Loading branch information
lokyoung authored Mar 7, 2017
2 parents a4dfaf0 + a00f5b2 commit 4ff18bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

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

6 changes: 6 additions & 0 deletions src/components/Paginate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,9 @@ export default {
}
}
</script>

<style lang="css" scoped>
a {
cursor: pointer;
}
</style>

0 comments on commit 4ff18bc

Please sign in to comment.