File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Vue Use Hooks implemented as vue composition functions.
17
17
18
18
## :rocket : Example
19
19
20
- Check our [ example] ( https://vue3-use-hooks.vercel.app )
20
+ Check our [ example] ( https://vue3-use-hooks.vercel.app/use-string-case-hook )
21
21
22
22
## :package : Installation
23
23
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ const useStateComponent = () => import('../components/useState.vue');
5
5
const useStringCaseComponent = ( ) => import ( '../components/useStringCase.vue' ) ;
6
6
7
7
const routes = [
8
- {
9
- path : '/' ,
10
- name : 'useStringCase' ,
11
- component : useStringCaseComponent
12
- } ,
13
8
{
14
9
path : '/use-state-hook' ,
15
10
name : 'useState' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue3-use-hooks" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " vue3 use hooks" ,
5
5
"author" : " Abdulnasır OLCAN" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments