18 lines
189 B
Vue
18 lines
189 B
Vue
<template>
|
|
<!-- 不要了 -->
|
|
<view class="view_body">
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
}}}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
</style>
|