Skip to content

Commit cd7e6a2

Browse files
Corrected default values
1 parent a5e1933 commit cd7e6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/EasterEggComponent.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
name: 'EasterEggComponent',
1111
props: {
1212
destroyBus: {
13-
default: false,
13+
default: true,
1414
type: Boolean,
1515
},
1616
name: {
@@ -30,7 +30,7 @@ export default {
3030
type: String,
3131
},
3232
withBus: {
33-
default: true,
33+
default: false,
3434
type: Boolean,
3535
},
3636
},

0 commit comments

Comments
 (0)