The error is:
Argument of type '{the fetch ({store, params} : any) : void; The computed: any; } 'is not assignable to the parameter of type' new (... The args: any [])=& gt; Any '.
The Type '{the fetch ({store, params} : any) : void; The computed: any; } 'provides no match for the signature' new (... The args: any []) : any 'Vetur (2345).
CodePudding user response:
Template tags are not rendered into tag elements, so it must have a parent tag, usually can be directly put a div
CodePudding user response:
An empty vue. Single file js component is the
<script>
Export the default {
Data () {
Return {}
}
}
</script>