Vue ‘export default’ vs ‘new Vue’

When you declare: That is typically your root Vue instance that the rest of the application descends from. This hangs off the root element declared in an html document, for example: The other syntax is declaring a component which can be registered and reused later. For example, if you create a single file component like: … Read more