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>
|
<script>
|
||||||
import buttonQuestion from "@/common-components/button-question/button-question";
|
import buttonQuestion from "@/common-components/button-question/button-question";
|
||||||
import { useMainStore } from '@/store';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "year-question",
|
name: "year-question",
|
||||||
setup()
|
|
||||||
{
|
|
||||||
const mainStore = useMainStore()
|
|
||||||
|
|
||||||
return {
|
|
||||||
mainStore,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
years: Array,
|
years: Array,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue