Files
ks-app-employment-service/components/zhuo-tabs/zhuo-tabs.vue
2024-11-18 16:33:37 +08:00

17 lines
214 B
Vue

<template>
<view class="zhuo-tabs"></view>
</template>
<script lang="ts">
export default {
name: 'zhuo-tabs',
data() {
return {};
},
};
</script>
<style lang="stylus">
.zhuo-tabs
</style>