Remove unused methods
parent
dd62fbd753
commit
4e91dcc46c
|
@ -71,11 +71,6 @@ export default {
|
||||||
this.sidebarActive = false;
|
this.sidebarActive = false;
|
||||||
DomHandler.unblockBodyScroll('blocked-scroll');
|
DomHandler.unblockBodyScroll('blocked-scroll');
|
||||||
},
|
},
|
||||||
hideNews(event) {
|
|
||||||
this.$appState.newsActive = false;
|
|
||||||
sessionStorage.setItem('primevue-news-hidden', 'true');
|
|
||||||
event.stopPropagation();
|
|
||||||
},
|
|
||||||
isOutdatedIE() {
|
isOutdatedIE() {
|
||||||
let ua = window.navigator.userAgent;
|
let ua = window.navigator.userAgent;
|
||||||
|
|
||||||
|
@ -85,9 +80,6 @@ export default {
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
redirect() {
|
|
||||||
window.location.href = 'https://blocks.primevue.org';
|
|
||||||
},
|
|
||||||
onConfigButtonClick() {
|
onConfigButtonClick() {
|
||||||
this.appConfigActive = true;
|
this.appConfigActive = true;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue