Skip to content

Commit

Permalink
fix(icons page): removed console warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
papasikis committed Jul 18, 2017
1 parent 6d756ad commit aa541fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ui/icons/Icons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
return require(this.setsPath + 'names.json')
},
sets () {
console.log('Computed!')
let sets = []
this.names.forEach(name => {
let set = require(this.setsPath + name + '.json')
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/icons/Set.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="header-text col-lg-4">
<h2>{{set.name}}</h2>
<router-link :to="{name: 'Icons'}">Back to icons</router-link>
<router-link :to="{path: '/ui/icons'}">Back to icons</router-link>
</div>

<div class="search col-lg-4">
Expand Down

0 comments on commit aa541fd

Please sign in to comment.