2020-04-16 17:57:34 +00:00
|
|
|
<template>
|
2020-04-16 19:26:00 +00:00
|
|
|
<the-search-tab />
|
2020-04-16 17:57:34 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2020-04-16 19:26:00 +00:00
|
|
|
const TheSearchTab = httpVueLoader('./TheSearchTab.vue')
|
2020-04-16 17:57:34 +00:00
|
|
|
|
|
|
|
module.exports = {
|
2020-04-16 19:26:00 +00:00
|
|
|
components: {
|
|
|
|
TheSearchTab
|
2020-04-16 17:57:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|