mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed bug with not-display develop-component and changed template, added router-push to path /about
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<chat-component></chat-component>
|
||||
|
||||
<header-component></header-component>
|
||||
|
||||
|
||||
<develop-component></develop-component>
|
||||
</div>
|
||||
<develop-component></develop-component>
|
||||
</template>
|
||||
<script>
|
||||
import { DevelopComponent } from '@/components/DevelopComponent'
|
||||
import DevelopComponent from "@/components/DevelopComponent.vue";
|
||||
import AsideBarComponent from "@/components/AsidebarComponent.vue";
|
||||
import ChatComponent from "@/components/ChatComponent.vue";
|
||||
import HeaderComponent from "@/components/HeaderComponent.vue";
|
||||
|
||||
Reference in New Issue
Block a user