This repository was archived by the owner on Dec 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ export default {
41
41
info: context .$store .state .donations .info ,
42
42
};
43
43
},
44
+ watch: {
45
+ $route () {
46
+ this .info = this .$store .state .donations .info ;
47
+ }
48
+ },
44
49
setup () {
45
50
const showDialog = ref ();
46
51
Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ export default {
106
106
logo: context .$store .state .menu .logo
107
107
};
108
108
},
109
+ watch: {
110
+ $route () {
111
+ this .menu = this .$store .state .menu .items ;
112
+ this .logo = this .$store .state .menu .logo ;
113
+ }
114
+ },
109
115
computed: {
110
116
availableLocales () {
111
117
return this .$i18n .locales .filter ((i ) => i .code !== this .$i18n .locale );
Original file line number Diff line number Diff line change 14
14
"@tailwindcss/forms" : " ^0.3.2" ,
15
15
"@tailwindcss/typography" : " ^0.4.0" ,
16
16
"@vue/composition-api" : " ^1.0.0-rc.6" ,
17
- "components-helpdev-storyblok" : " HelpDev/Storyblok-Components#1.0.7" ,
18
17
"heroicons" : " ^1.0.0" ,
19
18
"nuxt" : " ^2.15.4" ,
20
19
"nuxt-i18n" : " ^6.24.0" ,
Original file line number Diff line number Diff line change @@ -4632,21 +4632,6 @@ component-emitter@^1.2.1:
4632
4632
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
4633
4633
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
4634
4634
4635
- components-helpdev-storyblok@HelpDev/Storyblok-Components#1.0.7:
4636
- version "1.0.1"
4637
- resolved "https://codeload.github.com/HelpDev/Storyblok-Components/tar.gz/cbc2514af8afd7700418330b16fc83ac1a608630"
4638
- dependencies:
4639
- "@nuxtjs/svg" "^0.1.12"
4640
- "@tailwindcss/aspect-ratio" "^0.2.0"
4641
- "@tailwindcss/forms" "^0.3.2"
4642
- "@tailwindcss/typography" "^0.4.0"
4643
- "@vue/composition-api" "^1.0.0-rc.6"
4644
- heroicons "^1.0.0"
4645
- nuxt "^2.15.4"
4646
- nuxt-i18n "^6.24.0"
4647
- simple-icons "^4.19.0"
4648
- vue-tailwind "^2.1.7"
4649
-
4650
4635
compressible@~2.0.16:
4651
4636
version "2.0.18"
4652
4637
resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
You can’t perform that action at this time.
0 commit comments