suta/components/Search/Search.vue

29 lines
235 B
Vue
Raw Normal View History

2024-05-11 10:06:09 +08:00
<template>
<div>
</div>
</template>
<script>
export default {
name: 'FxSearch',
data() {
return {
};
},
mounted() {
},
methods: {
},
};
</script>
<style lang="scss" scoped>
</style>