style: fix linting issues met Prettier
This commit is contained in:
parent
a67315e05d
commit
b245edc54d
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
import DiscussionSideBarElement from "@/components/DiscussionSideBarElement.vue";
|
import DiscussionSideBarElement from "@/components/DiscussionSideBarElement.vue";
|
||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
import { useGetAllLearningPaths } from "@/queries/learning-paths.ts";
|
import { useGetAllLearningPaths } from "@/queries/learning-paths.ts";
|
||||||
import { ref, watch } from 'vue';
|
import { ref, watch } from "vue";
|
||||||
|
|
||||||
const { t, locale } = useI18n();
|
const { t, locale } = useI18n();
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
watch(locale, (newLocale) => {
|
watch(locale, (newLocale) => {
|
||||||
currentLocale.value = newLocale;
|
currentLocale.value = newLocale;
|
||||||
})
|
});
|
||||||
|
|
||||||
const allLearningPathsResult = useGetAllLearningPaths(() => currentLocale.value);
|
const allLearningPathsResult = useGetAllLearningPaths(() => currentLocale.value);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue