adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
427 stars 76 forks source link

Failed to mount component: template or render function not defined. #30

Closed shaydoc closed 5 years ago

shaydoc commented 5 years ago

Really weird, this was working fine last night, and now all of a sudden i rerun and get this with the error with popup.js -> App.vue ->router-view, in my devtools inspector Failed to mount component: template or render function not defined.

Looks like it loads the code because the PageIndex mounted gets called, but it fails to render the template, bewildered by this

shaydoc commented 5 years ago

disregard this completely!!! my bad, partitioning my vue components into separate (.vue,.js,.css) files caused this issue