AhaOfficial / vue-state-store

📮 VSS (Vue State Store) - Vue State Management (with Publish & Subscribe pattern)
https://codepen.io/hmmhmmhm/pen/jOqMqGZ?editors=1010
MIT License
130 stars 4 forks source link

vue2 example #2

Open zoranpopovic opened 4 years ago

zoranpopovic commented 4 years ago

An example of how state store would be used in a vue2 would be useful in Readme.

hm-lee commented 4 years ago

This module is recommended for use in an environment where vue composition api is installed.

Composition api is also available in vue 2, and the design pattern in the example can be used the same.