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
After upgrading to Vue 2.0, vue-loader no longer bootstraps my none-spa application. It says "Failed to mount component: template or render function not defined. (found in root instance)".
Previously, I can just mount Vue to the body of my website and have the whole application bootstrapped with Vue. How should I approach it with this new version?