hasyrails / calendar-vue-original

0 stars 0 forks source link

57 todo card axios / Cardコンポーネントの表示をaxios化する #113

Closed hasyrails closed 4 years ago

hasyrails commented 4 years ago

現状

// store/modules/lists.js

state: {
    lists: [
      {
        title: '',
        cards: [    
          { description: '' },     // cardsがlistのなかに含まれている
        ]
      },
    ],
  },

cardsがlistの中に含まれている→分離する

hasyrails commented 4 years ago

store/modules/cards.js を作成してcardを分離

hasyrails commented 4 years ago

表示成功

Image from Gyazo