18 lines
231 B
Vue
18 lines
231 B
Vue
|
|
<template>
|
||
|
|
<div class="AppGetwayRegister"></div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {
|
||
|
|
name: "AppGetwayRegister",
|
||
|
|
data() {
|
||
|
|
return {
|
||
|
|
|
||
|
|
}
|
||
|
|
},
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style lang="scss" scoped>
|
||
|
|
.AppGetwayRegister {}
|
||
|
|
</style>
|