5 changed files with 37 additions and 20 deletions
@ -1,15 +1,28 @@
@@ -1,15 +1,28 @@
|
||||
<script> |
||||
export default { |
||||
props: { |
||||
message: String |
||||
} |
||||
} |
||||
</script> |
||||
<template> |
||||
<!-- 首页展示 --> |
||||
<div> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col"> |
||||
<div class="boox"> |
||||
欢迎{{ message }}登录系统 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</template> |
||||
<script> |
||||
import {useStore} from 'vuex' |
||||
|
||||
|
||||
|
||||
|
||||
</script> |
||||
<style> |
||||
.boox{ |
||||
margin: 0; |
||||
padding: 0; |
||||
max-width: 400px; |
||||
max-height: 600px; |
||||
background-color: brown; |
||||
} |
||||
</style> |
||||
Binary file not shown.
Loading…
Reference in new issue