I have a vue component like this: <todo-record v-if="todo" :title="todo.title" :type="todo.todo_type.type"></todo-record> The parent ...
確定! 回上一頁