We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e1933 commit cd7e6a2Copy full SHA for cd7e6a2
src/components/EasterEggComponent.vue
@@ -10,7 +10,7 @@ export default {
10
name: 'EasterEggComponent',
11
props: {
12
destroyBus: {
13
- default: false,
+ default: true,
14
type: Boolean,
15
},
16
name: {
@@ -30,7 +30,7 @@ export default {
30
type: String,
31
32
withBus: {
33
- default: true,
+ default: false,
34
35
36
0 commit comments