fix problem status.
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
import Login from "../Login.vue"
|
||||
import Signup from "../Signup.vue"
|
||||
import Header from "../Header.vue"
|
||||
import { useConfigStore } from "../store/config"
|
||||
|
||||
const configStore = useConfigStore()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -15,7 +12,6 @@ const configStore = useConfigStore()
|
||||
<n-layout-content content-style="padding: 16px; overflow-x: initial">
|
||||
<router-view></router-view>
|
||||
</n-layout-content>
|
||||
<p class="footer">{{ configStore.config?.website_footer }}</p>
|
||||
<Login />
|
||||
<Signup />
|
||||
</n-layout>
|
||||
@@ -25,8 +21,4 @@ const configStore = useConfigStore()
|
||||
.header {
|
||||
padding: 8px;
|
||||
}
|
||||
.footer {
|
||||
text-align: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user