Answers for "You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build."

0

You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

// Thinks to import Vue from vue/dist/vue.esm.js

import Vue from 'vue/dist/vue.esm.js';
Posted by: Guest on June-12-2021

Code answers related to "You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build."

Code answers related to "Javascript"

Browse Popular Code Answers by Language