mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
⚡ Adds page identifier to secion ID
This commit is contained in:
@@ -26,6 +26,9 @@ const HomeMixin = {
|
||||
modalOpen() {
|
||||
return this.$store.state.modalOpen;
|
||||
},
|
||||
pageId() {
|
||||
return this.subPageInfo?.pageId ? this.subPageInfo.pageId : 'home';
|
||||
},
|
||||
},
|
||||
data: () => ({
|
||||
searchValue: '',
|
||||
|
||||
Reference in New Issue
Block a user