Skip to content

Commit

Permalink
Avoid using setup syntax in Page.vue as it does not work well with in…
Browse files Browse the repository at this point in the history
…herited pages.
  • Loading branch information
jardakotesovec committed Jan 3, 2024
1 parent 5854171 commit 903a1fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Container/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ export default {
PkpAnnouncer,
},
extends: Container,
setup() {
const dialogStore = useDialogStore(this.$pinia);
return {dialogStore};
},
data() {
return {
/** An array of objects defining a breadcrumb to display above main page content. */
Expand Down

0 comments on commit 903a1fa

Please sign in to comment.