Remove unused methods

pull/4628/head
Tuğçe Küçükoğlu 2023-10-16 22:28:57 +03:00
parent dd62fbd753
commit 4e91dcc46c
1 changed files with 0 additions and 8 deletions

View File

@ -71,11 +71,6 @@ export default {
this.sidebarActive = false;
DomHandler.unblockBodyScroll('blocked-scroll');
},
hideNews(event) {
this.$appState.newsActive = false;
sessionStorage.setItem('primevue-news-hidden', 'true');
event.stopPropagation();
},
isOutdatedIE() {
let ua = window.navigator.userAgent;
@ -85,9 +80,6 @@ export default {
return false;
},
redirect() {
window.location.href = 'https://blocks.primevue.org';
},
onConfigButtonClick() {
this.appConfigActive = true;
},