Closed
Description
Version
2.2.0
Vue.js version
2.4.4
What is exptected?
To not get this warning, as it was in version 2.1.3
What is actually happening?
I am getting a warning:
[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
--->
How to repreduce this problem?
Create a version using:
vue init webpack my-project
with runtime-only configuration.