mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Pages updated v3.21.0
This commit is contained in:
parent
defd6ff6e2
commit
edc9695de0
246 changed files with 33769 additions and 28188 deletions
2
app.vue
2
app.vue
|
@ -39,8 +39,10 @@ export default {
|
|||
this.$appState.announcement = data;
|
||||
|
||||
const itemString = localStorage.getItem(this.storageKey);
|
||||
|
||||
if (itemString) {
|
||||
const item = JSON.parse(itemString);
|
||||
|
||||
if (item.hiddenNews && item.hiddenNews !== data.id) {
|
||||
this.$appState.newsActive = true;
|
||||
} else this.$appState.newsActive = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue