mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-22 14:21:45 +00:00
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>
|