Skip to content

Commit 2c2c71f

Browse files
committed
MVP full reactivity
co-author-by: Nick Schillaci [email protected]
1 parent 78afefa commit 2c2c71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default {
9494
this.height === 40 ? (this.height = minHeight) : (this.height = 40)
9595
this.open === true ? (this.open = false) : (this.open = true)
9696
},
97-
// method that will handle deselection from active HTML element
97+
// function that will handle deselection from active HTML element
9898
handleHtmlDeselection (event) {
9999
// console.log('target html element: ', event.target)
100100
if (event.target.className !== 'list-group-item') {

0 commit comments

Comments
 (0)