Tags: u3u/vue-hooks
Tags
chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-07-17) ### Bug Fixes * **hooks:** improve vuex interface ([fdae9b1](fdae9b1)) * **hooks:** improve vuex interface again ([87bd2a5](87bd2a5)) * **hooks:** using runtime plugin ([e0f556d](e0f556d)) * **util:** `vm` must have a `setup` function ([d6ffe8b](d6ffe8b)) ### Features * **hooks:** add `useActions` hook ([1106ade](1106ade)) * **hooks:** add `useCounter` hook ([200086e](200086e)) * **hooks:** add `useGetters` hook ([49376cb](49376cb)) * **hooks:** add `useMutations` hook ([b38358c](b38358c)) * **hooks:** add `useRouter` hook ([df8bdda](df8bdda)) * **hooks:** add `useState` hook ([607dfd1](607dfd1)) * **hooks:** add `useStore` hook ([109995a](109995a)) * **hooks:** export hooks in entry ([3f0d5dd](3f0d5dd)) * **util:** add vue runtime ([f7ff827](f7ff827))