Removed store reference.
This commit is contained in:
parent
f7295dad1a
commit
cb5c6dafcb
1 changed files with 0 additions and 9 deletions
|
|
@ -14,18 +14,9 @@
|
|||
|
||||
<script>
|
||||
import buttonQuestion from "@/common-components/button-question/button-question";
|
||||
import { useMainStore } from '@/store';
|
||||
|
||||
export default {
|
||||
name: "year-question",
|
||||
setup()
|
||||
{
|
||||
const mainStore = useMainStore()
|
||||
|
||||
return {
|
||||
mainStore,
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
years: Array,
|
||||
|
|
|
|||
Loading…
Reference in a new issue