greenPro/pages/chat/chat.vue

23 lines
162 B
Vue
Raw Normal View History

2024-06-02 14:51:29 +00:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>