File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -132,19 +132,6 @@ Vue.use(VueCompositionAPI)
132132 - [ ` getQuery ` ] ( ./src/functions/getQuery/stories/getQuery.md ) &mdash ; 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
150137Some 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/ )
You can’t perform that action at this time.
0 commit comments