Skip to content

Commit

Permalink
Add back root.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 12, 2024
1 parent 7552577 commit b136871
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arches_lingo/media/js/root.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import LingoApp from '@/arches_lingo/App.vue';
import createVueApplication from 'arches/arches/app/media/js/utils/create-vue-application';

createVueApplication(LingoApp).then(vueApp => {
vueApp.mount('#lingo-mounting-point');
});

0 comments on commit b136871

Please sign in to comment.