[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available

初学者在使用Vue 时 会出现下面的情况: 打开是空白页,并报错

vue.runtime.esm.js?4d73:619 [Vue warn]: 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.

(found in <Root>)

 

[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available 

 

错误的意思大致是说 vue的版本不对, 使用的是runtime 版,不能 编译版本, 网上有很多解决办法,在这不一一列举,

而博主的错误确是

[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available

 

有没有像博主一样蠢的,举个爪