Merge branch 'onTheFly' into resume_accourse

This commit is contained in:
2021-10-01 14:11:32 +02:00

View File

@@ -13,9 +13,9 @@ import OnTheFly from './components/OnTheFly.vue';
export default {
name: "App",
components: [
'OnTheFly'
],
components: {
OnTheFly
},
props: ['onTheFly'],
computed: {
context() {