fix: move admin and web to correct locations
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<footer class="footer">
|
||||
<p>笑话大全 - 让快乐传递</p>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
margin-top: auto;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user