Skip to content
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

Can't use this.$msg without pre-compiled templates #1

Open
zachbryant opened this issue Apr 23, 2019 · 2 comments
Open

Can't use this.$msg without pre-compiled templates #1

zachbryant opened this issue Apr 23, 2019 · 2 comments

Comments

@zachbryant
Copy link

When I follow the examples exactly, I get the error:

[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.

@shinchanZ
Copy link

vue-cli3
Add this in vueconfig.js
module.exports = { runtimeCompiler: true, // 加入内容

@shinchanZ
Copy link

Can't adjust font-color?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants