How to Use Vuex (Wikipedia Viewer demo with Axios)

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 12

  • @user-pb2oj4nh3l
    @user-pb2oj4nh3l Před 5 lety +1

    it seems really easy but practical structure. thx.

    • @yzyusrina
      @yzyusrina  Před 5 lety

      You’re welcome Chang-Moo 👍

  • @mediocrelove9736
    @mediocrelove9736 Před 5 lety +1

    Awesome, thanks for this!

    • @yzyusrina
      @yzyusrina  Před 5 lety

      You’re welcome MediocreLove 👍

  • @alefbarbeli
    @alefbarbeli Před 6 lety +1

    this just saved my life!

    • @yzyusrina
      @yzyusrina  Před 6 lety

      Haha glad to hear that, Alef ^^

  • @MIKEY_MANJI
    @MIKEY_MANJI Před 6 lety +1

    thanks, this help me a lot!

    • @yzyusrina
      @yzyusrina  Před 6 lety

      You're welcome, Patricia 😊

    • @MIKEY_MANJI
      @MIKEY_MANJI Před 6 lety

      such a beatiful interface, what OS did you use there? is it gnome?

    • @yzyusrina
      @yzyusrina  Před 6 lety

      Thank you. It's Antergos XFCE.

  • @ltshieh
    @ltshieh Před 6 lety

    In your actions.js file, commit('articles', articles) didn't work for me until I changed it to commit('getArticles',articles). Any idea?

    • @yzyusrina
      @yzyusrina  Před 6 lety

      Sorry for the late reply. Hmm... I'm not sure. Commit means committing mutation. I named the mutation "articles" so that's what I enter in the commit. Are you sure you didn't name the mutation "getArticles"?