flying-monkey/pages/login/agreement.vue

23 lines
162 B
Vue
Raw Normal View History

<template>
<view>
</view>
</template>
<script>
export default {
data(){
return {
}
},
onLoad() {
}
}
</script>
<style>
</style>