Skip to content

Commit

Permalink
Removed: remove some unneccesary comments from app.vue(#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Jul 9, 2024
1 parent 93012e3 commit cdfd6a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
} from "@ionic/vue";
import Menu from '@/components/Menu.vue';
import { defineComponent } from "vue";
// import { useI18n } from 'vue-i18n'
import TaskQueue from './task-queue';
import OfflineHelper from "./offline-helper"
import emitter from "@/event-bus"
Expand Down Expand Up @@ -112,14 +111,11 @@ export default defineComponent({
const store = useStore();
TaskQueue.init();
OfflineHelper.register();
// const { t, locale } = useI18n();
const router = useRouter();
return {
router,
TaskQueue,
OfflineHelper,
// t,
// locale,
store
};
},
Expand Down

0 comments on commit cdfd6a1

Please sign in to comment.