You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
226 B

2 years ago
<template>
<view class="normal-login-container">
</view>
</template>
<script>
2 years ago
2 years ago
export default {
name: 'Login',
data() {
return {
}
},
methods: {
2 years ago
2 years ago
}
}
</script>
<style lang="scss" scoped>
2 years ago
2 years ago
</style>