fix vue syntax error

This commit is contained in:
Mathieu Jaumotte 2021-10-01 14:11:03 +02:00
parent 75348f6ba7
commit 9ee679a3b3

View File

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