remove testing things

This commit is contained in:
Frank 2021-12-08 21:17:13 -05:00
parent 50b02395da
commit 2c7b8359c9

View file

@ -38,16 +38,6 @@
<buttonPrimary buttonText="Primary" loaderColor="white" sizeInRem="1" />
</div>
</div>
<div class="row">
<div class="col my-3 d-flex align-items-center">
<buttonPrimary
buttonText="Primary"
loaderColor="white"
sizeInRem="1"
@click="onClick"
/>
</div>
</div>
<div class="row">
<div class="col my-3 d-flex align-items-center">
<buttonSecondary
@ -449,10 +439,5 @@ export default {
years: [2023, 2022, 2021, 2020],
};
},
methods: {
onClick() {
this.$router.navigate("SELECTED_YEAR", this.$route);
},
},
};
</script>