Files
ZhHealth/pages/im/chatDemo.nvue
唐明明 56f1435c4f 调试
2022-02-18 10:50:30 +08:00

29 lines
312 B
Plaintext

<template>
<view class="">
<input placeholder="输入内容" />
</view>
</template>
<script>
export default {
onShow() {
},
onLoad() {
},
data() {
return {
};
},
methods: {
}
};
</script>
<style>
</style>