xiongchengqiang c50298aba6 优化
2020-12-09 16:24:39 +08:00

27 lines
256 B
Vue

<!-- -->
<template>
<div>
Pinglun
</div>
</template>
<script>
export default {
data () {
return {
}
},
computed: {},
beforeMount () { },
mounted () { },
methods: {},
watch: {}
}
</script>
<style lang='' scoped>
</style>