You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:620 [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
--->
at src/views/desktopHistory.vue
at src/layout/components/AppMain.vue
at src/layout/index.vue
at src/App.vue
import Chart from 'v-chart-plugin'
Vue.use(Chart)
The text was updated successfully, but these errors were encountered:
I have added runtimeCompiler: true, in the file vue.config.js and it works, I don't know why. Of all the plugins that I have added to the application v-chart-plugin is the only one that does not work for me without that line.
webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:620 [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
--->
at src/views/desktopHistory.vue
at src/layout/components/AppMain.vue
at src/layout/index.vue
at src/App.vue
import Chart from 'v-chart-plugin'
Vue.use(Chart)
The text was updated successfully, but these errors were encountered: