staking
This commit is contained in:
parent
05c94a914d
commit
27652ca814
27
src/components/staking/index.vue
Normal file
27
src/components/staking/index.vue
Normal file
@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<div class="content">
|
||||
<div class="content-header">
|
||||
|
||||
</div>
|
||||
content
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from "vue"
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.content {
|
||||
width: 1120px;
|
||||
margin: 0 auto;
|
||||
color: #fff;
|
||||
.content-header {
|
||||
margin-top: 50px;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
background: #2d2738;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -1,11 +1,12 @@
|
||||
<template>
|
||||
<div class="staking">
|
||||
staking
|
||||
<Staking />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from "vue"
|
||||
import Staking from "@/components/staking/index.vue"
|
||||
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user