17 lines
193 B
Vue
17 lines
193 B
Vue
<template>
|
|
<the-search-tab />
|
|
</template>
|
|
|
|
<script>
|
|
const TheSearchTab = httpVueLoader('./TheSearchTab.vue')
|
|
|
|
module.exports = {
|
|
components: {
|
|
TheSearchTab
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|