初学者在使用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的版本不对, 使用的是runtime 版,不能 编译版本, 网上有很多解决办法,在这不一一列举,
而博主的错误确是

有没有像博主一样蠢的,举个爪
初学者使用Vue时可能遇到打开空白页并报错的情况,错误提示表明vue版本不对,使用的是runtime版无法编译。网上有诸多解决办法,博主也遇到类似问题并调侃自己。
7288

被折叠的 条评论
为什么被折叠?



