IFmiss / vue-message

A prompt component based on vue2.0
37 stars 7 forks source link

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

Open zachbryant opened 5 years ago

zachbryant commented 5 years ago

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 commented 5 years ago

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

shinchanZ commented 5 years ago

Can't adjust font-color?