Skip to content

Commit 903a1fa

Browse files
Avoid using setup syntax in Page.vue as it does not work well with inherited pages.
1 parent 5854171 commit 903a1fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: src/components/Container/Page.vue

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ export default {
1313
PkpAnnouncer,
1414
},
1515
extends: Container,
16-
setup() {
17-
const dialogStore = useDialogStore(this.$pinia);
18-
19-
return {dialogStore};
20-
},
2116
data() {
2217
return {
2318
/** An array of objects defining a breadcrumb to display above main page content. */

0 commit comments

Comments
 (0)