You've already forked AstralRinth
forked from didirus/AstralRinth
Organize components, switch auth to not use session
This commit is contained in:
@@ -304,8 +304,8 @@
|
||||
import axios from 'axios'
|
||||
import Multiselect from 'vue-multiselect'
|
||||
|
||||
import MFooter from '@/components/MFooter'
|
||||
import FileInput from '@/components/FileInput'
|
||||
import MFooter from '~/components/layout/MFooter'
|
||||
import FileInput from '~/components/ui/FileInput'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import ModPage from '@/components/ModPage'
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
|
||||
export default {
|
||||
components: { ModPage },
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
import Multiselect from 'vue-multiselect'
|
||||
import ModPage from '~/components/ModPage'
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@@ -248,7 +248,7 @@
|
||||
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import ModPage from '@/components/ModPage'
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
|
||||
import DropdownIcon from '~/assets/images/utils/dropdown.svg?inline'
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
|
||||
import ModPage from '@/components/ModPage'
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
import Multiselect from 'vue-multiselect'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -147,10 +147,10 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
|
||||
import ModPage from '@/components/ModPage'
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
|
||||
import Categories from '@/components/Categories'
|
||||
import FileInput from '@/components/FileInput'
|
||||
import Categories from '~/components/ui/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'
|
||||
import DownloadIcon from '~/assets/images/utils/download.svg?inline'
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
|
||||
import ModPage from '@/components/ModPage'
|
||||
import ModPage from '@/components/wrapper/ModPage'
|
||||
|
||||
import DownloadIcon from '~/assets/images/utils/download.svg?inline'
|
||||
import ForgeIcon from '~/assets/images/categories/forge.svg?inline'
|
||||
|
||||
@@ -502,8 +502,8 @@
|
||||
import axios from 'axios'
|
||||
import Multiselect from 'vue-multiselect'
|
||||
|
||||
import MFooter from '@/components/MFooter'
|
||||
import FileInput from '@/components/FileInput'
|
||||
import MFooter from '~/components/layout/MFooter'
|
||||
import FileInput from '~/components/ui/FileInput'
|
||||
|
||||
import ForgeIcon from '~/assets/images/categories/forge.svg?inline'
|
||||
import FabricIcon from '~/assets/images/categories/fabric.svg?inline'
|
||||
|
||||
Reference in New Issue
Block a user