-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You are using the runtime-only build of Vue with vue2 #32
Comments
This can be resolved by adding this to your webpack config:
See below: |
Hey @charliekassel and who doesn't use webpack? I use Rollup and runtime Vue. |
Hi @charliekassel, I am also experiencing this error. |
Can also be solved by using:
In stead of: |
resolve: {
alias: {
'vue$': 'vue/dist/vue.js'
}
} This works for me. Using |
You can easily fix this, for example you have a main javascript file called, |
thanks for your datepicker, and I got a problem in vue2
vue.common.js:2611[Vue warn]: You are using the runtime-only build of Vue where the template option is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
(found in component ).
I just use it in a *.vue
The text was updated successfully, but these errors were encountered: