Skip to content
Snippets Groups Projects
Verified Commit 0350ca0e authored by magicfelix's avatar magicfelix
Browse files

Revert "Refactor index.js to use new export/import API for apps"

This reverts commit 65952f81.
parent bb8330a5
No related branches found
No related tags found
No related merge requests found
Pipeline #106057 passed with warnings
export default [
{ path: "/coursebook/:lessonId", component: () => import("./components/coursebook/CourseBook.vue"), props: true },
];
import CourseBook from './components/coursebook/CourseBook.vue'
import messages from "./messages.json";
window.router.addRoute({ path: "/app/alsijil/coursebook/:lessonId", component: CourseBook, props: true });
window.i18n.registerLocale(messages);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment