deemix-webui/public/js/app/components/App.vue

17 lines
193 B
Vue

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