Skip to content

Commit 848df82

Browse files
committed
js syntax adjustment
1 parent 4c6130b commit 848df82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ var vueApp = new Vue({
237237
const value = document.getElementById("search").value;
238238

239239
if (!(/^\s*$/.test(value))){
240-
this.showcase= [];
240+
this.showcase = [];
241241
this.searchOn = true;
242242

243243
for(var i=0; i<this.products.length; i++){

0 commit comments

Comments
 (0)