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:
@@ -116,8 +116,8 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
import Multiselect from 'vue-multiselect'
|
||||
import ModPage from '~/components/layout/ModPage'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@@ -147,9 +147,9 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
import ModPage from '~/components/layout/ModPage'
|
||||
|
||||
import Categories from '~/components/ui/Categories'
|
||||
import Categories from '~/components/ui/search/Categories'
|
||||
import FileInput from '~/components/ui/FileInput'
|
||||
import TrashIcon from '~/assets/images/utils/trash.svg?inline'
|
||||
import EditIcon from '~/assets/images/utils/edit.svg?inline'
|
||||
|
||||
Reference in New Issue
Block a user