deming/pageB/components/nuserinfo/nuserinfo.nvue

23 lines
162 B
Plaintext
Raw Normal View History

2020-08-09 03:31:47 +00:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>