git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3afdfe6
)
Fix bug with log out button
author
Adam Dullage
<redacted>
Sun, 7 Aug 2022 18:34:34 +0000
(19:34 +0100)
committer
Adam Dullage
<redacted>
Sun, 7 Aug 2022 18:34:34 +0000
(19:34 +0100)
flatnotes/src/components/NavBar.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NavBar.vue
b/flatnotes/src/components/NavBar.vue
index 33761746d3bc0f20d0223ebe9a71bb278e48fd95..9586d5c6b934154da0a5500bb0984c27153a41ce 100644
(file)
--- a/
flatnotes/src/components/NavBar.vue
+++ b/
flatnotes/src/components/NavBar.vue
@@
-23,7
+23,7
@@
<button
type="button"
class="btn btn-sm btn-outline-dark mx-1"
- @click="
this.
$emit('logout')"
+ @click="$emit('logout')"
>
Log Out
</button>
git clone https://git.99rst.org/PROJECT