Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1898112

Browse files
Abdulnasır OlcanAbdulnasır Olcan
authored andcommitted
🚀 readme updated
1 parent 5be0f4a commit 1898112

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Vue Use Hooks implemented as vue composition functions.
1717

1818
## :rocket: Example
1919

20-
Check our [example](https://vue3-use-hooks.vercel.app)
20+
Check our [example](https://vue3-use-hooks.vercel.app/use-string-case-hook)
2121

2222
## :package: Installation
2323

‎example/vue3/src/router/index.ts‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ const useStateComponent = () => import('../components/useState.vue');
55
const useStringCaseComponent = () => import('../components/useStringCase.vue');
66

77
const routes = [
8-
{
9-
path: '/',
10-
name: 'useStringCase',
11-
component: useStringCaseComponent
12-
},
138
{
149
path: '/use-state-hook',
1510
name: 'useState',

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-use-hooks",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "vue3 use hooks",
55
"author": "Abdulnasır OLCAN",
66
"license": "MIT",

0 commit comments

Comments
 (0)