mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fix help page for madara
This commit is contained in:
@@ -1,36 +1,35 @@
|
||||
<template>
|
||||
<div class="content-grid--help">
|
||||
<aside-bar-component></aside-bar-component>
|
||||
|
||||
<section class="help">
|
||||
|
||||
<develop-component></develop-component>
|
||||
|
||||
</section>
|
||||
<header-component></header-component>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<div class="content-grid--help">
|
||||
<aside-bar-component></aside-bar-component>
|
||||
|
||||
<develop-component></develop-component>
|
||||
<header-component></header-component>
|
||||
|
||||
<section class="help">
|
||||
<h1>gfsdlkgdfk</h1>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import HelpComponent from "@/components/HelpComponent.vue";
|
||||
import AsideBarComponent from "@/components/AsidebarComponent.vue";
|
||||
import HeaderComponent from "@/components/HeaderComponent.vue";
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
Object: {
|
||||
bg: "value",
|
||||
nickname: "value",
|
||||
icons: {},
|
||||
textTacholgy: { text1: "text2" },
|
||||
},
|
||||
};
|
||||
},
|
||||
components: {
|
||||
HeaderComponent,
|
||||
AsideBarComponent,
|
||||
HelpComponent,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
// import HelpComponent from "@/components/HelpComponent.vue";
|
||||
import AsideBarComponent from "@/components/AsidebarComponent.vue";
|
||||
import HeaderComponent from "@/components/HeaderComponent.vue";
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
Object: {
|
||||
bg: "value",
|
||||
nickname: "value",
|
||||
icons: {},
|
||||
textTacholgy: { text1: "text2" },
|
||||
},
|
||||
};
|
||||
},
|
||||
components: {
|
||||
HeaderComponent,
|
||||
AsideBarComponent,
|
||||
// HelpComponent,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user