diff --git a/src/components/Task.vue b/src/components/Task.vue index 3f221a8..e5915e5 100644 --- a/src/components/Task.vue +++ b/src/components/Task.vue @@ -39,17 +39,18 @@ - + @@ -66,7 +67,7 @@ import { Icon } from "@iconify/vue" import { computed, onMounted, ref } from "vue" import { step } from "../store/tutorial" -import { roleSuper } from "../store/user" +import { authed, roleSuper } from "../store/user" import { taskTab, challengeDisplay } from "../store/task" import { useRoute, useRouter } from "vue-router" import { TASK_TYPE, STORAGE_KEY } from "../utils/const"