Skip to content

Commit

Permalink
refactor: remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 23, 2018
1 parent 9c93d8f commit c37bfb9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/default-theme/NavLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script>
import OutboundLink from './OutboundLink.vue'
import DropdownLink from './DropdownLink.vue'
import { isActive, resolveNavLinkItem } from './util'
import { resolveNavLinkItem } from './util'
import NavLink from './NavLink.vue'
export default {
Expand Down Expand Up @@ -94,9 +94,6 @@ export default {
return 'Source'
},
},
methods: {
isActive
}
}
</script>
Expand Down

0 comments on commit c37bfb9

Please sign in to comment.