Skip to content

Commit

Permalink
Added ability to re-upload icons
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Oct 9, 2021
1 parent 67a076e commit ad8fe28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions website/macos-big-sur-icons/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {
$route (to, from){
// console.log(to);
// console.log(from);
// _bsa.reload('.target-class-name')
}
},
Expand Down
10 changes: 0 additions & 10 deletions website/macos-big-sur-icons/src/components/StickyBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,6 @@ export default {
})
},
watch:{
$route (to, from){
// console.log(to);
// console.log(from);
// console.log(_bsa);
// _bsa.reload('.card-ad2')
// this.getAd()
}
},
methods:{
...mapActions(['showEl', 'setSelectedIcon', 'addClickCount', 'adClick']),
Expand Down

0 comments on commit ad8fe28

Please sign in to comment.