Let's add first and last name, as well as the birthday, using attr : app/models/person.js import Model, { attr } from '@ember-data/model'; export default ...
確定! 回上一頁