Skip to content

Commit 9c286f2

Browse files
committed
docs: Fixing docs
1 parent 3f44fb9 commit 9c286f2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,6 @@ Vue.use(VueCompositionAPI)
132132
- [`getQuery`](./src/functions/getQuery/stories/getQuery.md) — get a CSS media query string.
133133
[![Demo](https://img.shields.io/badge/demo-🚀-yellow.svg)](https://microcipcip.github.io/vue-use-kit/?path=/story/utils-getquery--demo)
134134

135-
## Inspiration
136-
137-
- [react-use 👍](https://github.com/streamich/react-use)
138-
- [vue-hooks](https://github.com/u3u/vue-hooks)
139-
- [vue-use-web](https://github.com/logaretm/vue-use-web)
140-
141-
## Made with
142-
143-
- [Vue](https://vuejs.org/)
144-
- [@vue/composition-api](https://github.com/vuejs/composition-api)
145-
- [@vue/test-utils](https://vue-test-utils.vuejs.org/)
146-
- [Jest](https://jestjs.io/)
147-
148135
## 🎁 Other examples of composition API functions
149136

150137
Some Vue composition API functions have not been included in this library but
@@ -350,3 +337,16 @@ mount(localVue.extend(ComponentHere), {
350337
```
351338

352339
</p></details>
340+
341+
## Inspiration
342+
343+
- [react-use 👍](https://github.com/streamich/react-use)
344+
- [vue-hooks](https://github.com/u3u/vue-hooks)
345+
- [vue-use-web](https://github.com/logaretm/vue-use-web)
346+
347+
## Made with
348+
349+
- [Vue](https://vuejs.org/)
350+
- [@vue/composition-api](https://github.com/vuejs/composition-api)
351+
- [@vue/test-utils](https://vue-test-utils.vuejs.org/)
352+
- [Jest](https://jestjs.io/)

0 commit comments

Comments
 (0)