Skip to content

Commit 691cfa6

Browse files
authored
fix(docs): correct docs ordering, call method in onClick (#11)
1 parent efd0d0b commit 691cfa6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,11 @@ Below we describe:
112112
3. [Server-side usage](#server-side-usage)
113113
- [Server-side endpoint protection](#server-side-endpoint-protection)
114114
- [Server-side middlewares](#server-side-middlewares)
115-
4. [Configuration](#configuration)
116-
5. [REST API](#rest-api)
117-
6. [Prior Work and Module Concept](#prior-work-and-module-concept)
115+
4. [REST API](#rest-api)
116+
5. [Prior Work and Module Concept](#prior-work-and-module-concept)
118117
- [Project Roadmap](#project-roadmap)
119-
7. [Module Playground](#module-playground)
120-
8. [Development](#development)
118+
6. [Module Playground](#module-playground)
119+
7. [Development](#development)
121120
122121
### Configuration
123122

playground/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
sign in (with redirect to protected page)
1717
</button>
1818
<br>
19-
<button @click="signOut">
19+
<button @click="signOut()">
2020
sign out
2121
</button>
2222
<br>

0 commit comments

Comments
 (0)