meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

printer.js:170 [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 <Breadcrumbs>) #175

Closed thearabbit closed 7 years ago

thearabbit commented 7 years ago

Sometime when I install any Vue Plugin (vue-breadcrumbs), get error

printer.js:170 [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 <Breadcrumbs>)
thearabbit commented 7 years ago

Have the same when I use vue-top-progress package.

janat08 commented 7 years ago

yep, this produces errors that don't make sense (without the compiler).

Akryum commented 7 years ago

See this comment.