mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix vue syntax error
This commit is contained in:
parent
75348f6ba7
commit
9ee679a3b3
@ -13,9 +13,9 @@ import OnTheFly from './components/OnTheFly.vue';
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
components: [
|
||||
'OnTheFly'
|
||||
],
|
||||
components: {
|
||||
OnTheFly
|
||||
},
|
||||
props: ['onTheFly'],
|
||||
computed: {
|
||||
context() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user