Skip to content

Instantly share code, notes, and snippets.

@kristremblay
Last active January 8, 2019 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristremblay/54b620c621d8466531608e97474d2997 to your computer and use it in GitHub Desktop.
Save kristremblay/54b620c621d8466531608e97474d2997 to your computer and use it in GitHub Desktop.
VueJS - template or render function not defined

To fix this error, check app.js and add .default to the require statements.

Example

Vue.component('example-component', require('./components/ExampleComponent.vue').default);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment