Files
HTFX-CRM-APP/pages/components/component.vue

23 lines
244 B
Vue
Raw Permalink Normal View History

2025-07-07 15:55:44 +08:00
<template>
<view class="container">
<no-data></no-data>
</view>
</template>
<script>
export default {
data() {
return {
title: this.$t('')
}
},
methods: {
}
}
</script>
<style>
</style>