初始化仓库
This commit is contained in:
23
pages/login/login.vue
Normal file
23
pages/login/login.vue
Normal file
@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<view class="login">
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
page {
|
||||
background-color: #fff;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user