@@ -6578,7 +6584,6 @@ function finishComponentSetup(instance, isSSR, skipOptions) {
if(Component.template){
warn$1(
`Component provided template option but runtime compilation is not supported in this build of Vue.`+(` Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".`)
/* should not happen */
);
}else{
warn$1(`Component is missing template or render function.`);
...
...
@@ -8000,4 +8005,4 @@ function createApp(rootComponent, rootProps = null) {
@@ -4216,7 +4222,6 @@ function finishComponentSetup(instance, isSSR, skipOptions) {
if(Component.template){
warn$1(
`Component provided template option but runtime compilation is not supported in this build of Vue.`+(` Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".`)
/* should not happen */
);
}else{
warn$1(`Component is missing template or render function.`);