The4thLaw / demyo

Demyo Comic Manager
GNU Affero General Public License v3.0
5 stars 0 forks source link

Migrate from Vuex to Pinia #155

Closed The4thLaw closed 8 months ago

The4thLaw commented 1 year ago

Summary Pinia has superseded Vuex as the go-to store for applications. As stated in the Vuex documentation, "You could simply consider Pinia as Vuex 5 with a different name. Pinia also works with Vue 2.x as well."

We should migrate to Pinia now to ease the future migration to Vue 3.

Documentation links