Skip to content

Commit

Permalink
fix: Broken 'next example' btn on the main page (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
NexSabre authored Jul 27, 2022
1 parent c491bec commit 833bb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/pages/MainPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<v-checkbox
v-model="expandOnLoad"
:value="expandOnLoad"
:label="`Expand on load?`"
label="Expand on load?"
></v-checkbox>
<v-spacer></v-spacer>
<v-btn text @click="showExamples">Next Example</v-btn>
Expand Down Expand Up @@ -165,7 +165,7 @@ import gsap from "gsap";
},
})
export default class LandingPage extends Vue {
hexValue: any;
hexValue: any = "";
decode = false;
loading = false;
structure: Array<Structure> = [];
Expand Down

0 comments on commit 833bb4f

Please sign in to comment.