connect search box with result page

This commit is contained in:
samaradel
2020-11-16 06:12:56 +02:00
parent f80de12865
commit 8bbc247703
3 changed files with 49 additions and 27 deletions

View File

@@ -70,6 +70,9 @@ export default {
default: true,
},
},
mounted() {
// console.log(this.record)
},
};
</script>