You've already forked AstralRinth
forked from didirus/AstralRinth
Layout refactor (#150)
* Revert recent commits * Move things around, and do preparation work for nested page systems. * Fixed issue on side bar not appearing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable vue/attribute-hyphenation */
|
||||
<template>
|
||||
<DashboardPage>
|
||||
<div>
|
||||
<ConfirmPopup
|
||||
ref="delete_popup"
|
||||
title="Are you sure you want to delete your account?"
|
||||
@@ -108,16 +108,16 @@
|
||||
</div>
|
||||
</label>
|
||||
</section>
|
||||
</DashboardPage>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import DashboardPage from '@/components/wrapper/DashboardPage'
|
||||
import axios from 'axios'
|
||||
import ConfirmPopup from '~/components/ui/ConfirmPopup'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
DashboardPage,
|
||||
ConfirmPopup,
|
||||
},
|
||||
fetch() {
|
||||
this.username = this.$auth.user.username
|
||||
|
||||
Reference in New Issue
Block a user