Setting name in Component decorator does not work · Issue #115 · vuejs/vue-class-component

Here is my current code that works, because I explicitly register the component (this is the <script> part of a Single File component) import Todo from '@/models/todo' import {Vue, Prop, Component}...